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

56 lines, 45 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="j8-notation">
18 J8 Notation
19 (<a class="group-link" href="chap-j8.html">j8</a>)
20</h2>
21
22```chapter-links-j8
23 [J8 Strings] json-string "hi" json-escape \" \\ \u1234
24 surrogate-pair \ud83e\udd26
25 u-prefix u'hi' b-prefix b'hi'
26 j8-escape \u{1f926} \yff
27 no-prefix 'hi'
28 [JSON8] json8-num json8-str
29 json8-list json-dict
30 json8-comment
31 [TSV8] column-attrs column-types
32```
33
34All J8 notation is UTF-8.
35
36<h2 id="packle">
37 Packle
38 (<a class="group-link" href="chap-packle.html">packle</a>)
39</h2>
40
41```chapter-links-packle
42 [Atoms] Null Bool Int Float Bytes Unicode
43 [Compound] List Dict
44```
45
46<h2 id="errors">
47 Errors
48 (<a class="group-link" href="chap-errors.html">errors</a>)
49</h2>
50
51```chapter-links-errors
52 [JSON] json-encode-err json-decode-err
53 [JSON8] json8-encode-err json8-decode-err
54 [Packle] packle-encode-err packle-decode-err
55 [UTF8] utf8-encode-err utf8-decode-err
56```