You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#3: Add support for PropertyNamingPolicy on record and union fields.
#22: Add support for DictionaryKeyPolicy for Map<string, 'T>.
#27: Add unionTagNamingPolicy option to JsonFSharpConverter and JsonFSharpConverterAttribute to customize the naming policy for union tag names.
#26: Add JsonUnionEncoding.EraseSingleCaseUnions, which encodes single-case single-field unions the same as the value in the field. BREAKING CHANGE: This is now the default option.
#5: Add support for PropertyNameCaseInsensitive on record and union fields.
Add unionTagCaseInsensitive option to JsonFSharpConverter and JsonFSharpConverterAttribute to customize the case sensitivity for union tag names.