Skip to content

v2.7.0 - Proper support for JSON Marshaling/Unmarshaling, no more workarounds needed.

Latest
Compare
Choose a tag to compare
@deckarep deckarep released this 03 Dec 22:55
· 2 commits to main since this release

What's Changed

  • Mention of sister project: Ziglang-set for Zig developers
  • Once and for all fixes a long-standing JSON bug that was introduced with a previously large refactor which was designed to remove a layer of pointer indirection. It turns out, it's required to properly support Unmarshaling without having to resort to workarounds. Contribution by @ryclarke - Thank you! #122

Full Changelog

v2.6.0...v2.7.0