File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# JsonToKotlinClass
2+
23A plugin for Kotlin generate Kotlin data class code from a json string
34
4- A plugin for Kotlin to convert Json String into Kotlin data class code
5+ A plugin for Kotlin to convert Json String into Kotlin data class code (Json to Kotlin)
6+
7+ ### Update Log
8+ #### 1.1
9+ 1.Add property keyword config setting like ('var' or 'val'),the default keyword changed to 'val'.
510
611### How to use
712* Search 'JsonToKotlin' in Intellij Idea Plugin Repositroy Or AndroidStudio Repository And Install it.
@@ -16,3 +21,6 @@ http://blog.csdn.net/wuseal/article/details/77508585
1621
1722### Others
1823Welcome anyone to push a pull request to improve the plugin.
24+
25+ ### Find this project useful ? :heart :
26+ * Support it by clicking the :star : button on the upper right of this page. :v :
You can’t perform that action at this time.
0 commit comments