json2class 0.0.7 copy "json2class: ^0.0.7" to clipboard
json2class: ^0.0.7 copied to clipboard

A CLI tool to generate class objects from JSON or JSON5, supporting serialization and deserialization.

example/main.dart

import 'json2class.dart';

main() {
  final t = test();
  t.fromJson({"a": 1, "b": "aaa", "c": "false"});
  print(t.toJson());
}
2
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool to generate class objects from JSON or JSON5, supporting serialization and deserialization.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

json5, path

More

Packages that depend on json2class