Version 0.17
-
#87: Fix null checking on value type fields.
-
#93: Allow deserializing F# unions in
AdjacentTag
andInternalTag
modes where the tag is not the first field in the JSON object.
This capability is enabled by new optionJsonUnionEncoding.AllowUnorderedTag
, which is included inJsonUnionEncoding.Default
and allJsonUnionEncoding.*Like
combined formats.