Releases: fluidsonic/fluid-json
Releases · fluidsonic/fluid-json
0.9.1
Fixes
- [f308baf] Fixed buffer corruption when parsing large input
Features
- [4bb13b4] Added JSONParser/JSONSerializer.nonRecursive and made .default recursive
- [1c5b40e] Added codecs for java.time classes and cleaned up codec setup logic
- [a306a10] Switched from kotlin-stdlib to kotlin-stdlib-jre8
- [c3bda8e] Added ability to create JSONCodableType from KClass