Releases: misakuo/JsonModelGenerator
Releases · misakuo/JsonModelGenerator
0.4.2
- Support parsing JSONArray to List
- Updating new ICON
0.4.1
Fixed conflicts of the same name parameter elements,you can using this case to testing;
0.4.0
- Fixed crash in Android Studio 2.0 Preview;
- You can specify the source of JSON string by URL or user input now;
- Parsing JSONArray as root node is supported, plugin will traverse the whole array and finding the first JSONObject child to start parsing.