Skip to content

Commit 135cf89

Browse files
authored
Update README.md
1 parent f0f9537 commit 135cf89

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# JsonToKotlinClass
2+
23
A 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
1823
Welcome 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:

0 commit comments

Comments
 (0)