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