json_dart_generator 0.9.5 copy "json_dart_generator: ^0.9.5" to clipboard
json_dart_generator: ^0.9.5 copied to clipboard

outdated

Convert json data to dart class Support multiple formats(root is array / multiple array) When the elements in the array are different, it will be converted to a mutually inclusive type as much as poss [...]

0.9.5 #

  • Update README.MD
  • 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
2
likes
0
pub points
62%
popularity

Publisher

unverified uploader

Convert json data to dart class Support multiple formats(root is array / multiple array) When the elements in the array are different, it will be converted to a mutually inclusive type as much as possible If they cannot contain each other, they will be displayed in a dynamic way, and the underlying elements will no longer be analyzed

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, convert, dart_style

More

Packages that depend on json_dart_generator