Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.2.1
-
None
-
None
Description
We have page https://daffodil.apache.org/infoset/
which describes the XML Illegal Characters approach for parsing with output to XML.
We have no such corresponding documentation for JSON.
JSON is definitely different. For example in JSON strings cannot span line boundaries, so you cannot have line ending characters within strings without escaping them (e.g., "\n").
Presumably, as we output legal JSON, we do this. But it's not described anywhere.