json2builtvalue 2.0.1 copy "json2builtvalue: ^2.0.1" to clipboard
json2builtvalue: ^2.0.1 copied to clipboard

Generates Dart built_value classes from given JSON. Based on https://github.com/charafau/json2builtvalue

json2builtvalue #

Generates Dart built_value classes from given JSON String.

Examples:

json2builtvalue -h
json2builtvalue -n todo -i todo.json -o todo.dart
echo '{
  "userId": 1,
  "id": 1,
  "title": "delectus aut autem",
  "completed": false
}' | dart bin/main.dart -n todo

Based on json2builtvalue

0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Generates Dart built_value classes from given JSON. Based on https://github.com/charafau/json2builtvalue

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, built_collection, code_builder, dart_style, path, recase, tuple

More

Packages that depend on json2builtvalue