d_serializer 1.1.1 copy "d_serializer: ^1.1.1" to clipboard
d_serializer: ^1.1.1 copied to clipboard

Static JSON serializer with annotation-based generation for Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add d_serializer

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

dependencies:
  d_serializer: ^1.1.1

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:d_serializer/d_serializer.dart';
1
likes
70
points
40
downloads

Documentation

API reference

Publisher

verified publishertorogoz.tech

Weekly Downloads

Static JSON serializer with annotation-based generation for Dart

Repository (GitHub)
View/report issues

Topics

#serialization #json #codegen

License

MIT (license)

Dependencies

meta

More

Packages that depend on d_serializer