5 packages tagged with “rfc9535”
JSON Path (RFC 9535) built on the System.Text.Json namespace
A high-performance JSON library for System.Text.Json JsonElement and JsonNode, providing robust support for JSONPath, JsonPointer, JsonPatch, and JsonDiff.
A lightweight .NET library for querying JSON payloads using JSONPath expressions (RFC 9535 subset). Supports simple paths, filter expressions, and multiple-value matching.
100% RFC 9535 compliant JSONPath implementation for .NET. High-performance JSONPath query engine with full support for all selectors, filters, functions, and recursive descent. Includes JsonPathHelper utility for feature detection and complexity analysis. Extended test coverage certified through 536 comprehensive tests.
High-performance LINQ provider for JSON data that processes JSON directly without full deserialization. Supports standard string, UTF-8, streaming, and RFC 9535 compliant JSONPath operations. Dramatically improves performance and memory efficiency for medium to large JSON files through early termination and constant memory usage. Includes native IAsyncEnumerable support and .NET 10 async LINQ integration.