json_to_toon 1.0.0
json_to_toon: ^1.0.0 copied to clipboard
A Flutter/Dart package for converting between JSON and TOON (Token-Oriented Object Notation) formats. TOON is a compact, human-readable encoding optimized for LLM prompts.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add json_to_toonThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
json_to_toon: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:json_to_toon/json_to_toon.dart';