Skip to content

Commit ae03922

Browse files
committed
Merge branch 'main' of github.com:gregsdennis/json-everything-docs
2 parents b082b38 + b34a220 commit ae03922

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

_docs/api/Json.More/JsonElementExtensions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ The hash code.
294294

295295
See the following for discussion on why the default implementation is insufficient:
296296

297-
- https://github.com/gregsdennis/json-everything/issues/76
297+
- https://github.com/json-everything/json-everything/issues/76
298298
- https://github.com/dotnet/runtime/issues/33388
299299

300300
### IsEquivalentTo(this JsonElement a, JsonElement b)

_docs/api/Json.More/JsonNodeExtensions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The hash code.
8484

8585
See the following for discussion on why the default implementation is insufficient:
8686

87-
- https://github.com/gregsdennis/json-everything/issues/76
87+
- https://github.com/json-everything/json-everything/issues/76
8888
- https://github.com/dotnet/runtime/issues/33388
8989

9090
### GetInteger(this JsonValue value)

_docs/api/JsonPath.Net/title.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ bookmark: JsonPath.Net
44
permalink: /api/JsonPath.Net/:title/
55
folder: true
66
order: "10.08"
7-
version: "1.1.0"
7+
version: "1.1.1"
88
---

_docs/release-notes/rn-json-path.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonPath.Net
44
icon: fas fa-tag
55
order: "09.08"
66
---
7+
# [1.1.1](https://github.com/gregsdennis/json-everything/pull/750) {#release-path-1.1.1}
8+
9+
[JSON Path Test Suite #83](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/pull/83) - Fixes some order of operations issues with parsing filter expressions with boolean operators.
10+
711
# [1.1.0](https://github.com/gregsdennis/json-everything/pull/740) {#release-path-1.1.0}
812

913
[#738](https://github.com/gregsdennis/json-everything/issues/738) - Adds additional support for AOT and trimming. Thanks to [@jevansaks](https://github.com/jevansaks) for implementing this update.

0 commit comments

Comments
 (0)