flexible_json_serializable 1.0.5 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