0.9.18
Pre-release
Pre-release
Changes
JSONCodingParser
interface is now generic with aJSONCodingContext
parameterJSONCodingParser
interface allows creating decoders manuallyJSONCodingParser
interface distinguishes between…OrNull
and normal value parsingJSONDecoderCodec
s can now decodenull
values
Migration
- replace
variable: JSONCodingParser
withvariable: JSONCodingParser<*>