json_class 1.0.7
json_class: ^1.0.7 copied to clipboard
An abstract class to assist with converting to and from JSON with various primitive parsers.
1.0.7 October 10th, 2020 #
- Fixed bug with default value in
parseUtcMillis
1.0.6+1 September 1st, 2020 #
- Removed bad copy-and-paste code from README.md
1.0.6 August 22nd, 2020 #
- Rolling back to meta 1.1.8 due to
flutter_testincompatiblities
1.0.5 August 22nd, 2020 #
- Dependency version bumps
1.0.4+1 August 22nd, 2020 #
- Update to GitHub based metadata
1.0.4 July 13th, 2020 #
- Changed signature on
removeNullbecause not all frameworks play nice with aMap<String, dynamic>
1.0.3 June 23rd, 2020 #
- Added ability to parse
intanddoublevalues from the Hex ("0xff") format
1.0.2 June 19th, 2020 #
- Added
fromDynamicListtoJsonClass - Added
"infinity"as a valid value forparseDouble - Changed signature of
JsonClassListBuilderto guarantee it is an Iterable
1.0.1 June 11th, 2020 #
- Added
JsonClassBuilderandJsonClassListBuildertypes
1.0.0 June 6th, 2020 #
- Initial release