Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
From the user mailing list [1]:
JsonToStringStyle does not escape double quote in a string value
JSON requires double-quote to be escaped with a back-slash.
This does not happen currently.
Nor does the code translate control characters such as NL and FF correctly.
AFAICT the code is only guaranateed to process alphanumeric strings correctly.
Attachments
Issue Links
- is related to
-
LANG-1396 JsonToStringStyle does not escape string names
- Closed