Tarmil / FSharp.SystemTextJson

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

Allow omitting fields that are option(al) #43

Closed drhumlen closed 4 years ago

drhumlen commented 4 years ago

It should not be mandatory to include a (record) field that is optional. If an optional field is missing, it should just be treated as None imo.

drhumlen commented 4 years ago

https://github.com/Tarmil/FSharp.SystemTextJson/pull/45

Tarmil commented 4 years ago

Fixed by #45.