We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1fa9a commit 6344f26Copy full SHA for 6344f26
README.md
@@ -1,5 +1,9 @@
1
# Json2Kotlin
2
3
+View the project in action at [json2kotlin.co.uk](http://json2kotlin.co.uk/)
4
+
5
+## About
6
7
As you've probably guessed by now, this project automatically converts JSON to Kotlin source files.
8
The tool itself is implemented 100% in Kotlin, and makes heavy use of Square's excellent [KotlinPoet](https://github.com/square/kotlinpoet) library.
9
0 commit comments