TJSON icon indicating copy to clipboard operation
TJSON copied to clipboard

Parsing unicode symbols

Open maxless opened this issue 12 years ago • 1 comments

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 avatar Feb 06 '14 12:02 maxless

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

maxless avatar Feb 19 '14 16:02 maxless