json_dart_generator 0.9.5+2 json_dart_generator: ^0.9.5+2 copied to clipboard
Convert json data to dart class, Support multiple formats(root is array / multiple array etc).
0.9.5+2 #
- Update README.MD
- Update description
- Add example code
0.9.3 #
- Fixed when value is null, the type should be dynamic
- Fixed when json element is array and generic type is dynamic, fromJson method template Incorrect
- Fixed when array first element is null, then array generic type will be null problem
0.9.2 #
- Fixed when key is snake case will no convert to camel
0.9.1 #
- DartCodeGenerator add parameter: rootClassNameWithPrefixSuffix - is root class name apply the prefix/suffix class name
- Fixed throw exception when array elements is object
0.9.0+1 #
- add json_dart_generator
json_dart_generator
0.9.0 #
- Initial version, created by Stagehand