Skip to content

0.18.1

Compare
Choose a tag to compare
@charleskorn charleskorn released this 19 Jul 04:19
0.18.1
897373b

What's changed

  • Fixed: using a contextual serializer as the top-level deserializer for an object could fail with errors like Expected an object, but got a list, or Can't decode YAML map into LIST

Upgrading

If you're using Gradle, reference kaml in your dependencies block like this:

implementation("com.charleskorn.kaml:kaml:0.18.1")

For other tools, refer to the Maven Central release page for more information.