Skip to content

v0.0.4: JSON marshalling support

Compare
Choose a tag to compare
@wneessen wneessen released this 02 Sep 10:21
· 122 commits to main since this release
02d6e1f

This release introduces a NewVariable method for creating generics-based Variable types. I also added the MarshalJSON methods to support JSON encoding for the various Nil types, ensuring proper handling of nil values.

What's Changed

  • Add JSON marshaling support for Variable types by @wneessen in #3

Full Changelog: v0.0.3...v0.0.4