Releases: danielaparker/JsonCons.Net
Releases · danielaparker/JsonCons.Net
JsonCons.Net 1.1.0
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
Moved from prerelease to release
JsonCons.Net 1.0.0.preview.2
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
The JsonCons.Net libraries complement the System.Text.Json namespace with support for JSON Pointer, JSON Patch, JSON Merge Patch, and JSONPath.