|
1 | 1 | <idea-plugin> |
2 | 2 | <id>com.mighty16.json.kotlin.class</id> |
3 | 3 | <name>Generate Kotlin data classes from JSON</name> |
4 | | - <version>0.8.7</version> |
| 4 | + <version>0.9.5</version> |
5 | 5 | <vendor email="mighty16.developer@gmail.com">Mighty16</vendor> |
6 | 6 |
|
7 | | - <description>Plugin generates Kotlin data classes from JSON text. It can find inner classes in nested JSON. You can disable undesirable fields in class, change field name and type and add Gson annotations.</description> |
| 7 | + <description><![CDATA[Plugin generates Kotlin data classes from JSON text. |
| 8 | + It can find inner classes in nested JSON. You can disable undesirable fields in class, |
| 9 | + change field name, set it's type to optional, specify default value and add annotations for popular json |
| 10 | + libraries.<br><br> |
8 | 11 |
|
9 | | - <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description --> |
10 | | - <idea-version since-build="145.0"/> |
| 12 | + Features:<br><br> |
| 13 | +
|
| 14 | + • json highlight and validation<br> |
| 15 | + • nested json parsing<br> |
| 16 | + • var/val support<br> |
| 17 | + • default value support<br> |
| 18 | + • generation to single file<br> |
| 19 | + • annotations for Gson, Moshi, Jackson<br><br> |
11 | 20 |
|
12 | | - <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html |
13 | | - on how to target different products --> |
14 | | - <!-- uncomment to enable plugin in all products |
15 | | - <depends>com.intellij.modules.lang</depends> |
16 | | - --> |
| 21 | + If you like this plugin please rate it or give it a star on |
| 22 | + <a href="https://github.com/Mighty16/JSONToKotlinClass">GitHub page</a> |
| 23 | + <br><br> |
| 24 | + If you have any questions or suggestions let me know |
| 25 | + <a href="mailto:mighty16.developer@gmail.com">mighty16.developer@gmail.com</a>]]> |
| 26 | + </description> |
| 27 | + |
| 28 | + <idea-version since-build="145.0"/> |
17 | 29 |
|
18 | 30 | <extensions defaultExtensionNs="com.intellij"> |
19 | | - <!-- Add your extensions here --> |
20 | 31 | </extensions> |
21 | 32 |
|
22 | 33 | <actions> |
|
0 commit comments