|
10 | 10 |
|
11 | 11 | <b><br>Features:</br></b> |
12 | 12 |
|
13 | | - <br>Generating Kotlin data class from any legal JSON string or any URLs that returns a JSON string as response |
14 | | - <br>Generating Kotlin data class from any legal JSON text when right click on directory and select New -> Kotlin data class File from JSON</br> |
| 13 | + <br>Generating Kotlin class from any legal JSON string/JSONSchema or any URLs that returns a JSON string/JSONSchema as response |
| 14 | + <br>Generating Kotlin class from any legal JSON text when right click on directory and select New -> Kotlin class File from JSON</br> |
15 | 15 | <br>Supporting (almostly) all kinds of JSON libs' annotation(Gson, Jackson, Fastjson, MoShi and LoganSquare, kotlinx.serialization(default custom value))</br> |
16 | 16 | <br>Customizing your own annotations</br> |
17 | 17 | <br>Initializing properties with default values</br> |
18 | 18 | <br>Allowing properties to be nullable(?)</br> |
19 | 19 | <br>Determining property nullability automatically</br> |
20 | 20 | <br>Renaming property names to be camelCase style when selecting a target JSON lib annotation.</br> |
21 | | - <br>Generating Kotlin data class as individual classes</br> |
22 | | - <br>Generating Kotlin data class as inner classes</br> |
| 21 | + <br>Generating Kotlin class as individual classes</br> |
| 22 | + <br>Generating Kotlin class as inner classes</br> |
23 | 23 | <br>Formatting any legal JSON string</br> |
24 | 24 | <br>Generating Map Type when json key is primitive type</br> |
25 | 25 | <br>Only create annotation when needed</br> |
26 | 26 | <br>Custom define data class parent class</br> |
27 | | - <br>Sort property order by Alphabetical</br> |
| 27 | + <br>Sort property order by Alphabetical</br> |
28 | 28 | <br>Make keyword property valid</br> |
29 | 29 | <br>Support Loading JSON From Paster/Local File/Http URL</br> |
30 | 30 | <br>Support customize your own plugin by Extension Module</br> |
|
48 | 48 |
|
49 | 49 | <change-notes><![CDATA[ |
50 | 50 | <br>Bugs fix </br> |
| 51 | + <br>Please see github milestone for detail bug description</br> |
| 52 | + <br></br> |
51 | 53 | <br>New Features </br> |
52 | 54 | <br>1. Normal Class support</br> |
53 | 55 | <br>2. Dynamic plugin load support</br> |
| 56 | + <br>3. Suppport generating ListClass from JSONArray</br> |
| 57 | + <br>4. Complex json schema supporting</br> |
54 | 58 | <br>Note:</br> |
55 | 59 | <a href="https://github.com/wuseal/JsonToKotlinClass/milestone/10"> detail update</a></br> |
56 | 60 | ]]> |
|
0 commit comments