json_entity 2.0.0 copy "json_entity: ^2.0.0" to clipboard
json_entity: ^2.0.0 copied to clipboard

A library for parsing JSON data into Dart objects, inspired by PHP Laravel ORM.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add json_entity

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

dependencies:
  json_entity: ^2.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:json_entity/json_entity.dart';
1
likes
130
points
19
downloads

Publisher

verified publisherthanhtunguet.info

Weekly Downloads

A library for parsing JSON data into Dart objects, inspired by PHP Laravel ORM.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get_it, injectable, intl

More

Packages that depend on json_entity