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