4 packages tagged with “json-path”
JSON Path (RFC 9535) built on the System.Text.Json namespace
The JsonCons.JsonPath library includes classes that complement the functionality of the System.Text.Json namespace with support for JsonPath. It provides support for selecting from a JsonDocument a list of JsonElement instances that belong to it.
A high-performance JSON library for System.Text.Json JsonElement and JsonNode, providing robust support for JSONPath, JsonPointer, JsonPatch, and JsonDiff.
Drop-in helpers to address common pain points when working with System.Text.Json in .NET applications. Provides Newtonsoft.Json-like conveniences including deep merge, JSON patch, polymorphic deserialization, flexible enums, optional property defaults, case-insensitive matching, JsonPath queries, LINQ-to-JSON, and comprehensive validation - all while maintaining System.Text.Json's performance benefits.