Skip to content

Commit 4c6a233

Browse files
committed
add link to detailed doc in readme.md
1 parent 8a8797b commit 4c6a233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This is a very cool tool for Kotlin developers, it can convert a JSON string to
4444
Have a try with the settings dialog :stuck_out_tongue_winking_eye:
4545

4646
### 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)
4848
* Generating Kotlin data class from any legal JSON text when right click on directory and select `New` -> `Kotlin data class File from JSON`
4949
* Supporting (almostly) all kinds of JSON libs' annotation(Gson, Jackson, Fastjson, MoShi and LoganSquare, kotlinx.serialization(default custom value))
5050
* [Customizing your own annotations](https://github.com/wuseal/JsonToKotlinClass/issues/19)

0 commit comments

Comments
 (0)