You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Welcome! This is a plugin to generate Kotlin `data class` from JSON string, in another word, a plugin that converts JSON string to Kotlin `data class` (Json to Kotlin).
16
-
We also have a `Java/Kotlin`[library](LIBRARY.md). With this you can generate Kotlin `data class` from JSON string **programmatically**.
16
+
We also have a `Java/Kotlin`[library](doc/LIBRARY.md). With this you can generate Kotlin `data class` from JSON string **programmatically**.
@@ -49,7 +49,7 @@ This is a very cool tool for Kotlin developers, it can convert a JSON string to
49
49
Have a try with the advanced dialog :stuck_out_tongue_winking_eye:
50
50
51
51
### Features
52
-
* Generating Kotlin data class from any legal JSON string/JSONSchema or any **URLs that returns a JSON string/JSONSchema as response** or **local file that contains JSON string/JSONSchema**, for more detail about supported source types, refer to [the documentation](https://github.com/wuseal/JsonToKotlinClass/blob/master/doc_for_json_sources.md)
52
+
* Generating Kotlin data class from any legal JSON string/JSONSchema or any **URLs that returns a JSON string/JSONSchema as response** or **local file that contains JSON string/JSONSchema**, for more detail about supported source types, refer to [the documentation](https://github.com/wuseal/JsonToKotlinClass/blob/master/doc/doc_for_json_sources.md)
53
53
* Generating Kotlin data class from any legal JSON text when right click on directory and select `New` -> `Kotlin data class File from JSON`
54
54
* Supporting (almostly) all kinds of JSON libs' annotation(Gson, Jackson, Fastjson, MoShi and LoganSquare, kotlinx.serialization(default custom value))
55
55
*[Customizing your own annotations](https://github.com/wuseal/JsonToKotlinClass/issues/19)
@@ -64,7 +64,7 @@ Have a try with the advanced dialog :stuck_out_tongue_winking_eye:
0 commit comments