Tarmil / FSharp.SystemTextJson

System.Text.Json extensions for F# types
MIT License
323 stars 44 forks source link

Add failing unit test demonstrating an issue #165

Closed mlaily closed 11 months ago

mlaily commented 12 months ago

The record converter throws a NRE when trying to deserialize an empty json object, if the ignore nulls option is enabled.