leadpony commented on issue #40: JOHNZON-209 Fix JsonObject#toString() to escape key names. URL: https://github.com/apache/johnzon/pull/40#issuecomment-487255714 JSON Processing API is based on [RFC 7159](https://www.ietf.org/rfc/rfc7159.txt) and the document states: >All Unicode characters may be placed within the quotation marks, except for the characters that must be escaped: quotation mark, reverse solidus, and the control characters (U+0000 through U+001F). Therefore, we do not need to escape the characters between U+0080-U+00a0 and U+2000-U+2100. The Reference Implementation of JSON-P also does not escape these characters.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services