Skip to content

JsonCons.Net 1.0.0.preview.2

Compare
Choose a tag to compare
@danielaparker danielaparker released this 02 Aug 20:43
· 125 commits to main since this release

Changes to JsonCons.JsonPath:

  • class JsonPathOptions renamed to JsonSelectorOptions
  • property JsonSelectorOptions.SortBy replaced by
    JsonSelectorOptions.Sort, which is a boolean value that indicates
    whether to sort results by normalized paths
  • JsonPathExecutionMode renamed to PathExecutionMode

Defect fixes for JsonCons.JsonPath:

  • Unquoted strings now allow all characters in the range
    %x80-10FFFF, as per specification.