danneu / kog

🌶 A simple Kotlin web framework inspired by Clojure's Ring.
43 stars 4 forks source link

Remove one of the json deps #9

Closed danneu closed 7 years ago

danneu commented 7 years ago

I'm using both https://github.com/ralfstx/minimal-json and https://github.com/SalomonBrys/Kotson for json decoding and encoding respectively since they were both obvious at those tasks when I started rapidly building kog.

But we only need one lib.