json_serializer 0.0.2 copy "json_serializer: ^0.0.2" to clipboard
json_serializer: ^0.0.2 copied to clipboard

Automatically convert JSON to dart objects in runtime without code generation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_serializer

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

dependencies:
  json_serializer: ^0.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_serializer/json_serializer.dart';
10
likes
0
points
1.89k
downloads

Publisher

verified publisheredsonbonfim.com

Weekly Downloads

Automatically convert JSON to dart objects in runtime without code generation.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

fake_reflection

More

Packages that depend on json_serializer