You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/jsonpatch.md
+10-13Lines changed: 10 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,15 @@ nav_order: 2
6
6
7
7
# Hyperbee JsonPatch
8
8
9
-
Hyperbee JsonPatch is a high-performance library for applying JSON patches to JSON documents, as defined in [RFC 6902](https://www.rfc-editor.org/rfc/rfc6902.html). It supports both `JsonElement` and `JsonNode`, allowing for efficient and flexible modifications of JSON data.
9
+
Hyperbee JsonPatch is a high-performance library for applying JSON patches to JSON documents, as defined in [RFC 6902](https://www.rfc-editor.org/rfc/rfc6902.html).
10
+
It supports both `JsonElement` and `JsonNode`, allowing for efficient and flexible modifications of JSON data.
10
11
11
12
## Features
12
13
13
-
-**High Performance:** Optimized for speed and low memory allocations.
14
-
-**Supports:**`JsonElement` and `JsonNode`.
15
-
-**RFC Conformance:** Fully adheres to RFC 6902 for reliable behavior.
14
+
-**High Performance:** Optimized for speed and efficiency.
15
+
-**Low Memory Allocations:** Designed to minimize memory usage.
16
+
-**Conformance:** Fully adheres to RFC 6902 for JSON Patch.
17
+
-**Supports both `JsonElement` and `JsonNode`:** Works seamlessly with both JSON document types.
Copy file name to clipboardExpand all lines: docs/jsonpointer.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,15 @@ nav_order: 3
6
6
7
7
# Hyperbee JsonPointer
8
8
9
-
Hyperbee JsonPointer provides a simple and efficient way to navigate JSON documents using pointer syntax, as defined in [RFC 6901](https://www.rfc-editor.org/rfc/rfc6901.html). It supports both `JsonElement` and `JsonNode`, making it a versatile tool for JSON manipulation in .NET.
9
+
Hyperbee JsonPointer provides a simple and efficient way to navigate JSON documents using pointer syntax, as defined in [RFC 6901](https://www.rfc-editor.org/rfc/rfc6901.html).
10
+
It supports both `JsonElement` and `JsonNode`, making it a versatile tool for JSON manipulation in .NET.
10
11
11
12
## Features
12
13
13
14
-**High Performance:** Optimized for speed and efficiency.
14
-
-**Supports:**`JsonElement` and `JsonNode`.
15
-
-**RFC Conformance:** Fully adheres to RFC 6901 for reliable behavior.
15
+
-**Low Memory Allocations:** Designed to minimize memory usage.
16
+
-**Conformance:** Fully adheres to RFC 6901 for JSON Pointer.
17
+
-**Supports both `JsonElement` and `JsonNode`:** Works seamlessly with both JSON document types.
16
18
17
19
## Usage
18
20
@@ -59,10 +61,3 @@ var value = JsonPointer<JsonNode>.FromPointer(node, "/store/book/1/category")
0 commit comments