v0.3.13: Add jsonUnknown trait
Adds a new trait jsonUnknown
to capture undefined fields inside of structures. See related docs or #180 for more information.
What's Changed
- Update munit to 1.0.1 by @scala-steward in #181
- Define jsonUnknown trait by @benoitlouy in #180
- Define unknownFieldRetention trait by @dhpiggott in #135
New Contributors
- @benoitlouy made their first contribution in #180
Full Changelog: v0.3.12...v0.3.13