Skip to content

Commit

Permalink
[doc] Work on J8 notation doc.
Browse files Browse the repository at this point in the history
Update JSON doc a bit.

Deprecate QSN in favor of J8 notation.

[spec/ysh-list] Adjust old test
  • Loading branch information
Andy C committed Jan 13, 2024
1 parent 2e69c64 commit b407fdd
Show file tree
Hide file tree
Showing 6 changed files with 363 additions and 157 deletions.
9 changes: 3 additions & 6 deletions doc/index.md
Expand Up @@ -108,16 +108,13 @@ YSH programs "talk about" these data languages, also called interchange formats
or protocols. In-memory data structures are *in service* of data languages on
the wire, **not** the other way around.

<!-- TODO: J8 Notation -->

- [JSON](json.html): Currently supported only in the Python prototype of YSH.
- [QSN](qsn.html): Quoted String Notation. A human- and machine-readable
format for byte strings.
- [J8 Notation](j8-notation.html). An upgrade of JSON to bytes, strings,
lines, and structured data.
- [JSON](json.html). Some usage details.
- [Framing](framing.html)

TODO:

- J8 Notation &dagger;
- Packle &dagger;

## The Shared Oils Runtime
Expand Down

0 comments on commit b407fdd

Please sign in to comment.