Toon

Use this skill when the user wants to serialize data in Token-Oriented Object Notation

javimosch 9055584 679 B Updated

File contents

Toon Plugin

serialize data in Token-Oriented Object Notation

Commands

  • toon self version — Print toon version
  • toon _ _ — Passthrough to toon CLI

Usage Examples

  • "Convert JSON to TOON format"
  • "Parse TOON data"
  • "Compare TOON files"

Installation

npm install -g toon

Examples

toon encode data.json > data.toon
toon decode data.toon > data.json
toon validate schema.toon data.toon

Key Features

  • Compact token-oriented format
  • Faster parsing than JSON
  • Schema validation
  • Bidirectional conversion

javimosch/supercli/tree/main/plugins/toon/skills/quickstart commit 905558493a

Frequently asked questions

npx skillmds@latest add javimosch/toon