Hello dear channel 🙂
After a lot of back & forth I’ve published the first pre-release version of my pure-Kotlin JSON library to Maven Central!
https://github.com/fluidsonic/fluid-json
It has most of the important stuff already:
• JSON to Kotlin / Kotlin to JSON
• recursive and non-recursive parsing & serialization
• streaming reader & writer
• encoding and decoding of arbitrary types using codecs
• extensive unit tests
There’s still plenty of room for improvements but first of all I’d love to get your feedback about architecture & code as well as inspiration for the future direction.
Thanks,
Marc