| 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 | [JSON8] json8-num json8-str |
| 9 | json8-list json-dict |
| 10 | json8-comment |
| 11 | [TSV8] column-attrs column-types |