Tarmil / FSharp.SystemTextJson

System.Text.Json extensions for F# types
MIT License
329 stars 43 forks source link

Add failing unit test demonstrating an issue #165

Closed mlaily closed 1 year ago

mlaily commented 1 year ago

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