flexible_json_serializable 6.11.0
flexible_json_serializable: ^6.11.0 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
[]