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

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.5

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
110
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

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

More

Packages that depend on convert_json_model