You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compact, human-readable serialization format for LLM contexts with **30-60% token reduction** vs JSON. Combines YAML-like indentation with CSV-like tabular arrays. Full compatibility with the [official TOON specification](https://github.com/toon-format/spec).
9
-
10
-
**Key Features:** Minimal syntax • Tabular arrays for uniform data • Array length validation • Swift 6.0+ • Configurable delimiters • Key folding / Path expansion support • Linux compatible.
8
+
Compact, human-readable serialization format for LLM contexts with **30-60% token reduction** vs JSON.
9
+
Combines YAML-like indentation with CSV-like tabular arrays.
10
+
Full compatibility with the [official TOON specification](https://github.com/toon-format/spec).
11
+
12
+
**Key Features:**
13
+
Minimal syntax •
14
+
Tabular arrays for uniform data •
15
+
Array length validation •
16
+
Swift 6.0+ •
17
+
Configurable delimiters •
18
+
Key folding / Path expansion support •
19
+
Linux compatibility.
11
20
12
21
LLM tokens are expensive, and JSON is verbose.
13
22
TOON saves tokens while remaining human-readable by
Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to get started, coding standards, and the process for submitting pull requests.
295
+
Contributions are welcome!
296
+
Please read our [Contributing Guide](CONTRIBUTING.md) for
297
+
details on how to get started,
298
+
coding standards,
299
+
and the process for submitting pull requests.
287
300
288
301
Before contributing, please review:
289
302
@@ -292,11 +305,14 @@ Before contributing, please review:
292
305
293
306
## Code of Conduct
294
307
295
-
This project follows the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to hello@johannschopplich.com.
308
+
This project follows the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md).
309
+
By participating, you are expected to uphold this code.
310
+
Please report unacceptable behavior to hello@johannschopplich.com.
296
311
297
312
## Project Status
298
313
299
-
This library implements **TOON specification version 3.0** (2025-11-24) with full encoding and decoding support.
314
+
This library implements **TOON specification version 3.0** (2025-11-24)
315
+
with full encoding and decoding support.
300
316
301
317
See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines.
0 commit comments