cesanta / v7

Embedded JavaScript engine for C/C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON.parse error

wangwolue opened this issue · comments

var strJSon='{"sex":"\u00e7\u0094\u00b7"}';
print(strJSon);
var obj = JSON.parse(strJSon);
print(JSON.stringify(obj));

{"sex":"\u00e7\u0094\u00b7"}
{"sex":"\u00c3\u00a7\u00c2\u0094\u00c2\u00b7"}