json_to_dart 1.0.2 copy "json_to_dart: ^1.0.2" to clipboard
json_to_dart: ^1.0.2 copied to clipboard

outdated

A library that generates Dart classes (parse and generator included) from a json string.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_to_dart

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

dependencies:
  json_to_dart: ^1.0.2

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:json_to_dart/json_to_dart.dart';
5
likes
0
pub points
57%
popularity

Publisher

unverified uploader

A library that generates Dart classes (parse and generator included) from a json string.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

convert, dart_style, json_ast

More

Packages that depend on json_to_dart