toon
Installation
SKILL.md
TOON CLI
Token-Optimized Object Notation reduces JSON token counts by 30-50%.
Quick Reference
Convert JSON to TOON
# From file
toon data.json -o output.toon
# From stdin (pipe from curl, jq, etc.)
curl -s https://api.example.com/data | npx @toon-format/cli
# With token statistics
toon data.json --stats