| 1 | |
| 2 | J8 Notation | 
| 3 | <a class="group-link" href="chap-j8.html">j8</a> | 
| 4 | |
| 5 | |
| 6 | [J8 Strings] json-string "hi" | 
| 7 | json-escape \" \\ \u1234 | 
| 8 | surrogate-pair \ud83e\udd26 | 
| 9 | j8-escape \' \u{1f926} \yff | 
| 10 | u-prefix u'hi' | 
| 11 | b-prefix b'hi' | 
| 12 | no-prefix 'hi' | 
| 13 | [J8 Lines] unquoted-line | 
| 14 | [JSON8] json8-num json8-str | 
| 15 | X json8-list X json8-dict | 
| 16 | json8-comment | 
| 17 | [TSV8] column-attrs column-types |