xson_builder 1.0.4 copy "xson_builder: ^1.0.4" to clipboard
xson_builder: ^1.0.4 copied to clipboard

A library to help you easily generate dart json bean.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add xson_builder

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

dependencies:
  xson_builder: ^1.0.4

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:xson_builder/xson_builder.dart';
0
likes
30
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A library to help you easily generate dart json bean.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

analyzer, build, dartpoet, named_mode, path, source_gen, type_translator, xfile, xson, xson_annotation

More

Packages that depend on xson_builder