Skip to content

v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 15:51
· 14 commits to master since this release
dd87aa3

Bugfixes:

  • Decoding a <struct> that is nested in <array> with variable types (e.g mix of ints, bool, string and structs) (#84).
    Structs will be decoded into a map[string]any type, as it's not possible to decode.