Skip to content

Version 0.17

Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 19:18
  • #87: Fix null checking on value type fields.

  • #93: Allow deserializing F# unions in AdjacentTag and InternalTag modes where the tag is not the first field in the JSON object.
    This capability is enabled by new option JsonUnionEncoding.AllowUnorderedTag, which is included in JsonUnionEncoding.Default and all JsonUnionEncoding.*Like combined formats.