json_class 1.0.2
json_class: ^1.0.2 copied to clipboard
An abstract class to assist with converting to and from JSON with various primitive parsers.
[1.0.2] - June 19th, 2020 #
- Added
fromDynamicList
toJsonClass
- Added
"infinity"
as a valid value forparseDouble
- Changed signature of
JsonClassListBuilder
to guarantee it is an Iterable
[1.0.1] - June 11th, 2020 #
- Added
JsonClassBuilder
andJsonClassListBuilder
types
[1.0.0] - June 6th, 2020 #
- Initial release