convert_json_model 0.0.1 copy "convert_json_model: ^0.0.1" to clipboard
convert_json_model: ^0.0.1 copied to clipboard

outdated

Generate model class from Json file. partly inspired by json_model.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add convert_json_model

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  convert_json_model: ^0.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:convert_json_model/convert_json_model.dart';
1
likes
0
pub points
6%
popularity

Publisher

unverified uploader

Generate model class from Json file. partly inspired by json_model.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, build_runner, build_runner_core, expressions, io, json_annotation, json_serializable, logging, path

More

Packages that depend on convert_json_model