json2entity 1.0.5 copy "json2entity: ^1.0.5" to clipboard
json2entity: ^1.0.5 copied to clipboard

outdated

A tool for converting JSON strings into dart entity classes. Support json_serializable.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate json2entity

Use it

The package has the following executables:

$ j2e
$ json2entity

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json2entity

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

dependencies:
  json2entity: ^1.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:json2entity/json2entity.dart';
4
likes
0
pub points
29%
popularity

Publisher

unverified uploader

A tool for converting JSON strings into dart entity classes. Support json_serializable.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, dart_style, path

More

Packages that depend on json2entity