Skip to content

Commit 964ace9

Browse files
committed
add blog post
1 parent 1f9e73c commit 964ace9

File tree

2 files changed

+535
-1
lines changed

2 files changed

+535
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Converts a JSON string into Kotlin data classes.
77
As you've probably guessed by now, this project automatically converts JSON to Kotlin source files.
88
The tool itself is implemented 100% in Kotlin, and makes heavy use of Square's excellent [KotlinPoet](https://github.com/square/kotlinpoet) library.
99

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.
1111

1212
View [the source](https://github.com/fractalwrench/json-2-kotlin/tree/master/core/src/main/kotlin/com/fractalwrench/json2kotlin) to suggest improvements.
1313

0 commit comments

Comments
 (0)