toon 0.0.1
toon: ^0.0.1 copied to clipboard
A Token-Oriented Object Notation, a compact, human-readable format designed for passing structured data to Large Language Models with significantly reduced token usage.
example/toon_example.dart
import 'package:toon/toon.dart';
void main() {
}