toon_serializable 1.0.1 copy "toon_serializable: ^1.0.1" to clipboard
toon_serializable: ^1.0.1 copied to clipboard

The official code generator for Token-Oriented Object Notation (TOON) models in Dart. Automatically generates TOON serialization code.

example/toon_serializable_example.dart

import 'package:toon_serializable/toon_serializable.dart';

void main() {
  var awesome = Awesome();
  print('awesome: ${awesome.isAwesome}');
}
1
likes
150
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

The official code generator for Token-Oriented Object Notation (TOON) models in Dart. Automatically generates TOON serialization code.

Repository (GitHub)
View/report issues

Topics

#code-generation #serialization #build-runner #toon #codegen

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, code_builder, meta, source_gen, toon_annotation, toon_dart

More

Packages that depend on toon_serializable