Skip to content

Releases: danielaparker/JsonCons.Net

JsonCons.Net 1.1.0

25 Aug 23:59
Compare
Choose a tag to compare

Enhancements:

  • Added JsonCons.JmesPath library that implements JMESPath

Bugs fixed:

  • Fixed issue with JsonPath filter comparison operators
    >, >=, and <= when applied to strings.

JsonCons.Net 1.0.0

10 Aug 17:06
Compare
Choose a tag to compare

Moved from prerelease to release

JsonCons.Net 1.0.0.preview.2

02 Aug 20:43
Compare
Choose a tag to compare

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.

JsonCons.Net 1.0.0 Preview 1

29 Jul 18:17
Compare
Choose a tag to compare
Pre-release

The JsonCons.Net libraries complement the System.Text.Json namespace with support for JSON Pointer, JSON Patch, JSON Merge Patch, and JSONPath.