Make JSON.stringify not quote non-ASCII characters. Fix bug 855.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 2 Sep 2010 07:09:28 +0000 (07:09 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 2 Sep 2010 07:09:28 +0000 (07:09 +0000)
commit6670c0ad38adf935c4d1d4a2ae93125a187e4a12
treee489947feb0462a06b62da0fca1185443eb75d78
parent780934e17f2df2135b2913aaf610ea1c5e91a436
Make JSON.stringify not quote non-ASCII characters. Fix bug 855.

Review URL: http://codereview.chromium.org/3336001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5398 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/json.js
test/mjsunit/json.js