File tree Expand file tree Collapse file tree 2 files changed +535
-1
lines changed Expand file tree Collapse file tree 2 files changed +535
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Converts a JSON string into Kotlin data classes.
7
7
As you've probably guessed by now, this project automatically converts JSON to Kotlin source files.
8
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
9
10
- Read < a href = " https://fractalwrench.co.uk/posts/json-2-kotlin/ " > the blog post</ a > which covers how this multi-platform tool was written.
10
+ Read [ the blog post] ( blog/BLOG_POST.md ) which covers how this multi-platform tool was written.
11
11
12
12
View [ the source] ( https://github.com/fractalwrench/json-2-kotlin/tree/master/core/src/main/kotlin/com/fractalwrench/json2kotlin ) to suggest improvements.
13
13
You can’t perform that action at this time.
0 commit comments