toon_dart 1.0.0+2 copy "toon_dart: ^1.0.0+2" to clipboard
toon_dart: ^1.0.0+2 copied to clipboard

A compact, human-readable data serialization format similar to JSON but designed for configuration files and structured data.

example/main.dart

import 'package:toon_dart/toon_dart.dart';

void main() {
  final encoded = toonEncode({'hello': 'world'});
  print('Encoded: $encoded');
  final decoded = toonDecode(encoded);
  print('Decoded: $decoded');
}
7
likes
0
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A compact, human-readable data serialization format similar to JSON but designed for configuration files and structured data.

Repository (GitHub)
View/report issues

Topics

#serialization #configuration #data-format #human-readable

License

unknown (license)

More

Packages that depend on toon_dart