|
|
|
|
|
by nerdponx
1741 days ago
|
|
The quoting also helps preserve embedded non-printable characters, newlines, etc. (yes, which can appear). One extension of the "Unix version" would be to impose a requirement like that in JSON, where all non-printable and/or non-ASCII characters must be written as an escape sequence like "\uXXXX" escape. |
|