Description
1) escape() escapes many characters that do not need to be escaped (>127)
2) encode() does not encode many control characters that would need to be escaped when read through a JSON parser.
Attachments
Attachments
Issue Links
- is broken by
-
OAK-2376 cleanup JSON related code
- Closed