json5_model 2.1.0
json5_model: ^2.1.0 copied to clipboard
Gernerating Dart model class from Json files with one command.
2.1.0 2024.4.22 #
- Add
emptyInstancefactory constructor to each generated object and set it as default value
2.0.3 2023.10.14 #
- Update readme.md
2.0.2 2023.10.14 #
- Fix the top-level xxxListFormJson(List json) function
2.0.1 2023.8.3 #
- Fields are spaced one line apart
2.0.0 2023.8.3 #
- Automatically rename source files starting with '_' (optional)
- Each JSON-generated file is placed in a separate folder
- Automate git add
1.0.0 #
- release version
1.0.0-beta1 #
- first release version
0.0.2 2019.5.10 #
- update doc and demo