Skip to content

Commit 6f3df73

Browse files
docs: add dedicated playground section (fixes #80 & #32)
1 parent a7eebaa commit 6f3df73

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ TOON achieves CSV-like compactness while adding explicit structure that helps LL
2323
- [Key Features](#key-features)
2424
- [When Not to Use TOON](#when-not-to-use-toon)
2525
- [Benchmarks](#benchmarks)
26+
- [Playgrounds](#playgrounds)
2627
- [📋 Full Specification](https://github.com/toon-format/spec/blob/main/SPEC.md)
2728
- [Installation & Quick Start](#installation--quick-start)
2829
- [CLI](#cli)
@@ -90,9 +91,6 @@ See [benchmarks](#benchmarks) for concrete comparisons across different data str
9091

9192
## Benchmarks
9293

93-
> [!TIP]
94-
> Try the interactive [Format Tokenization Playground](https://www.curiouslychase.com/playground/format-tokenization-exploration) to compare token usage across CSV, JSON, YAML, and TOON with your own data.
95-
9694
Benchmarks are organized into two tracks to ensure fair comparisons:
9795

9896
- **Mixed-Structure Track**: Datasets with nested or semi-uniform structures (TOON vs JSON, YAML, XML). CSV excluded as it cannot properly represent these structures.
@@ -663,6 +661,13 @@ repositories[3]{id,name,repo,description,createdAt,updatedAt,pushedAt,stars,watc
663661

664662
<!-- /automd -->
665663

664+
## Playgrounds
665+
666+
Experiment with TOON format interactively before installing:
667+
668+
- **[Format Tokenization Playground](https://www.curiouslychase.com/playground/format-tokenization-exploration)** – Compare token usage across CSV, JSON (pretty/compressed), YAML, and TOON formats. Use preset datasets or paste your own data to see real-time token comparisons.
669+
- **[TOON Tools](https://toontools.vercel.app/)** – Full toolkit including bidirectional converters (JSON, CSV, XML, YAML ↔ TOON), token counter with side-by-side comparison, TOON validator, batch file converter, and format playground.
670+
666671
## Installation & Quick Start
667672

668673
```bash

0 commit comments

Comments
 (0)