| layout | default |
|---|---|
| title | JsonPath |
| has_children | true |
| nav_order | 1 |
Hyperbee JsonPath is a high-performance JSONPath parser for System.Text.Json, that supports both JsonElement and JsonNode.
The library is designed to be fast and extensible, allowing support for other JSON document types and functions.
- High Performance: Optimized for performance and low memory allocations.
- Supports:
JsonElementandJsonNode. - Extensible: Easily extended to support additional JSON document types and functions.
IEnumerableResults: Deferred execution queries withIEnumerable.- Conformant: Adheres to the JSONPath Specification RFC 9535.