Why Sponsor Oils? | source | all docs for version 0.20.0 | all versions | oilshell.org
Warning: Work in progress! Leave feedback on Zulip or Github if you'd like this doc to be updated.
These are links to topics in the Oils Reference.
Siblings: OSH Topics, YSH Topics
[J8 Strings] json-string "hi" json-escape \" \\ \u1234
surrogate-pair \ud83e\udd26
u-prefix u'hi' b-prefix b'hi'
j8-escape \u{1f926} \yff
no-prefix 'hi'
[JSON8] json8-num json8-str
json8-list json-dict
json8-comment
[TSV8] column-attrs column-types
All J8 notation is UTF-8.
[Atoms] Null Bool Int Float Bytes Unicode
[Compound] List Dict
[JSON] json-encode-err json-decode-err
[JSON8] json8-encode-err json8-decode-err
[Packle] packle-encode-err packle-decode-err
[UTF8] utf8-encode-err utf8-decode-err