json_to_toon 1.0.0 copy "json_to_toon: ^1.0.0" to clipboard
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_toon

This 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.0

Alternatively, 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';
1
likes
150
points
19
downloads

Documentation

API reference

Publisher

verified publisheronexrupees.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on json_to_toon