flexible_json_serializable 1.0.5 copy "flexible_json_serializable: ^1.0.5" to clipboard
flexible_json_serializable: ^1.0.5 copied to clipboard

Base on json_serializable package Automatically generate code for converting to and from JSON by annotating Dart classes.

flexible_json_serializable #

Base on package:json_serializable and handle parsing JSON to objects without throwing exceptions.

Support types without exception (required nullable type)

BigInt, bool, DateTime, double, int, List, Map, Object, String, Uri

Example

Left: json_serializable

Right: flexible_json_serializable

4
likes
130
pub points
20%
popularity

Publisher

unverified uploader

Base on json_serializable package Automatically generate code for converting to and from JSON by annotating Dart classes.

Repository (GitHub)
View/report issues

Topics

#json #build-runner #json-serializable #codegen

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, async, build, build_config, collection, json_annotation, meta, path, pub_semver, pubspec_parse, source_gen, source_helper

More

Packages that depend on flexible_json_serializable