OILS / doc / ref / toc-data.md View on Github | oilshell.org

67 lines, 54 significant
1---
2in_progress: yes
3css_files: ../../web/base.css ../../web/ref-index.css ../../web/toc.css
4preserve_anchor_case: yes
5---
6
7Data Notation Table of Contents
8===
9
10These are links to topics in the [Oils Reference](index.html).
11
12Siblings: [OSH Topics](toc-osh.html), [YSH Topics](toc-ysh.html)
13
14<div id="toc">
15</div>
16
17<h2 id="front-end">
18 Front End (<a class="group-link" href="chap-front-end.html">front-end</a>)
19</h2>
20
21```chapter-links-front-end
22 [Lexing] ascii-whitespace [ \t\r\n]
23 ascii-control-chars
24```
25
26<h2 id="j8-notation">
27 J8 Notation
28 (<a class="group-link" href="chap-j8.html">j8</a>)
29</h2>
30
31```chapter-links-j8
32 [J8 Strings] json-string "hi" json-escape \" \\ \u1234
33 surrogate-pair \ud83e\udd26
34 u-prefix u'hi' b-prefix b'hi'
35 j8-escape \u{1f926} \yff
36 no-prefix 'hi'
37 [J8 Lines] unquoted-line
38 [JSON8] json8-num json8-str
39 json8-list json-dict
40 json8-comment
41 [TSV8] column-attrs column-types
42```
43
44All J8 notation is UTF-8.
45
46<h2 id="packle">
47 Packle
48 (<a class="group-link" href="chap-packle.html">packle</a>)
49</h2>
50
51```chapter-links-packle
52 [Atoms] Null Bool Int Float Bytes Unicode
53 [Compound] List Dict
54```
55
56<h2 id="errors">
57 Errors
58 (<a class="group-link" href="chap-errors.html">errors</a>)
59</h2>
60
61```chapter-links-errors
62 [J8 Lines] j8-lines-decode-err
63 [JSON] json-encode-err json-decode-err
64 [JSON8] json8-encode-err json8-decode-err
65 [Packle] packle-encode-err packle-decode-err
66 [UTF8] utf8-encode-err utf8-decode-err
67```