Tarmil / FSharp.SystemTextJson

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

Forbid nulls inside arrays, sets and tuples unless 'T isNullableFieldType #58

Closed drhumlen closed 4 years ago

drhumlen commented 4 years ago

~Work in progress.~

~Need to implement the same behaviour for Sets, and perhaps JsonStringMapConverter and JsonMapConverter?~

~I need some feedback before implementing the same behaviour there though.~ (Done!)


Ready for merge if everything checks out and looks ok 😁