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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ This is a very cool tool for Kotlin developers, it can convert a JSON string to
44
44
Have a try with the settings dialog :stuck_out_tongue_winking_eye:
45
45
46
46
### Features
47
-
* Generating Kotlin data class from any legal JSON string or any **URLs that returns a JSON string as response**
47
+
* Generating Kotlin data class from any legal JSON string or any **URLs that returns a JSON string as response** or **local file that contains JSON string**, for more detail about supported source types, refer to [the documentation](https://github.com/wuseal/JsonToKotlinClass/blob/3.0/doc_for_json_sources.md)
48
48
* Generating Kotlin data class from any legal JSON text when right click on directory and select `New` -> `Kotlin data class File from JSON`
49
49
* Supporting (almostly) all kinds of JSON libs' annotation(Gson, Jackson, Fastjson, MoShi and LoganSquare, kotlinx.serialization(default custom value))
50
50
*[Customizing your own annotations](https://github.com/wuseal/JsonToKotlinClass/issues/19)
0 commit comments