Skip to content

0.9.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@fluidsonic fluidsonic released this 03 Apr 11:37
· 49 commits to master since this release
42dbc8b

Changes

  • JSONCodingParser interface is now generic with a JSONCodingContext parameter
  • JSONCodingParser interface allows creating decoders manually
  • JSONCodingParser interface distinguishes between …OrNull and normal value parsing
  • JSONDecoderCodecs can now decode null values

Migration

  • replace variable: JSONCodingParser with variable: JSONCodingParser<*>