mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
docs: add dedicated docs website
This commit is contained in:
@@ -94,12 +94,6 @@ Example output:
|
||||
toon data.json --delimiter "\t" -o output.toon
|
||||
```
|
||||
|
||||
#### Pipe-separated with length markers
|
||||
|
||||
```bash
|
||||
toon data.json --delimiter "|" --length-marker -o output.toon
|
||||
```
|
||||
|
||||
### Lenient Decoding
|
||||
|
||||
Skip validation for faster processing:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"packageManager": "pnpm@10.21.0",
|
||||
"description": "Token-Oriented Object Notation (TOON) – A compact, deterministic JSON format for LLM prompts",
|
||||
"description": "Token-Oriented Object Notation (TOON) – Compact, human-readable, schema-aware encoding of JSON for LLM prompts",
|
||||
"author": "Johann Schopplich <hello@johannschopplich.com>",
|
||||
"license": "MIT",
|
||||
"homepage": "https://toonformat.dev",
|
||||
|
||||
Reference in New Issue
Block a user