Skip to content

v0.5.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 10:59
efdc407

Bugfixes:

  • Decoding an <array> of mixed types that contains another set of nested <array> (with equally mixed types) (#86).
    Outer slice would need to be defined as []any and it's up to the user to cast the inner values (including nested slices) to the desired/expected type.