Tarmil / FSharp.SystemTextJson

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

Allow specializing options in the JsonFSharpConverter #71

Closed Tarmil closed 3 years ago

Tarmil commented 3 years ago

Allow passing an IDictionary<Type, JsonFSharpOptions> to customize how specific types are serialized. This would be equivalent to putting JsonFSharpConverterAttribute on the given type, except that: