7.0.2
What's Changed
- fix: Deserialise bug by @SteveDunn in #760
Deserialising with System.Text.Json skipped checking for predefined instances (e.g. empty), and instead threw an exception if validation failed where it would otherwise match one of those instances
Full Changelog: 7.0.1...7.0.2