From 7f8c2379fd4cd3399a0e41e79dcc807cdf2b8f3c Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Thu, 13 Nov 2025 17:10:32 +0100 Subject: [PATCH] docs: update playground section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7741090..8b185ef 100644 --- a/README.md +++ b/README.md @@ -663,7 +663,7 @@ repositories[3]{id,name,repo,description,createdAt,updatedAt,pushedAt,stars,watc ## Playgrounds -Experiment with TOON format interactively before installing: +Experiment with TOON format interactively using these community-built tools: - **[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. - **[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.