1 | J8 Notation |
2 | |
3 | [J8 Strings] json-string "hi" |
4 | json-escape \" \\ \u1234 |
5 | surrogate-pair \ud83e\udd26 |
6 | j8-escape \' \u{1f926} \yff |
7 | u-prefix u'hi' |
8 | b-prefix b'hi' |
9 | no-prefix 'hi' |
10 | [J8 Lines] unquoted-line |
11 | [JSON8] json8-num json8-str |
12 | X json8-list X json8-dict |
13 | json8-comment |
14 | [TSV8] column-attrs column-types |