-
Bug
-
Resolution: Done
-
Major
-
None
-
None
JSONParserImpl.java(113) incorrectly parses escaped unicode characters. Should use radix 16, however I question the escaping logic in ModelValue.java(202).
I believe this can be more relaxed and just escape the unicode characters from 0000 to 001F as json rtf 4627 suggests.