Skip to content

Commit 734ae6a

Browse files
authored
Update README.md
1 parent a1c3f3e commit 734ae6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ I am a plugin for Kotlin generate Kotlin data class code from a JSON string
1616
also as say a plugin for Kotlin to convert JSON String into Kotlin data class code (Json to Kotlin)
1717

1818
### Overview
19-
Hi,This is a very cool tool for Kotlin developers ,It can convert the Json String into Kotlin Data Class code ,and paste it into your editor file ,The tool could recognize the Primitive Type of Json String and make Type Identifier respectively ,It taste easily ,Just have test,guys! Just press short key ALT + K ,And then,start your Kotlin program travel ! JsonToKotlin make program more happy!
19+
Hi,This is a very cool tool for Kotlin developers ,It can convert the Json String into Kotlin Data Class code ,and paste it into your editor file ,The tool could recognize the Primitive Type of Json String and make Type Identifier respectively ,It taste easily ,Just have test,guys! Just press short key ALT + K ,And then,start your Kotlin program travel ! JsonToKotlinClass make program more happy!
2020

2121
### Functions
2222
* Generate Kotlin data class from any legal JSON text.
2323
* Support JSON Serialize Lib Annotation(Gson,Jackson,Fastjson,MoShi and LoganSquare)
2424
* Support customize your own Annotation
2525

2626
### How to use
27-
* Search 'JsonToKotlin' in Intellij Idea Plugin Repositroy Or AndroidStudio Plugin Repository And Install it.
27+
* Search 'JsonToKotlinClass' in Intellij Idea Plugin Repositroy Or AndroidStudio Plugin Repository And Install it.</br>
28+
File --> Settings --> Plugins --> Browse Repositories -->Search JsonToKotlinClass
2829
* Restart your Develop tools
2930
* Press short key ALT + K And Then you will know how to use
3031
### Demos

0 commit comments

Comments
 (0)