JWambaugh / TJSON

The tolerant JSON parser for Haxe
78 stars 25 forks source link

Parsing unicode symbols #7

Open maxless opened 10 years ago

maxless commented 10 years ago

Looks like TJSON also cannot parse unicode as described here (http://tools.ietf.org/html/rfc4627), section 2.5. The error is:

Error : JSON Data on line 1: Invalid escape sequence '\u'
maxless commented 10 years ago

I added escaped unicode symbols parsing and tests for it into my pull request.