JSONPath (RFC 9535) query language evaluator for Corvus.Text.Json. Provides a high-performance, zero-allocation compiled-delegate evaluator for JSONPath expressions. Compiled expressions are cached ...
JSONPath is a simple query language for JSON documents, inspired by XPath for XML and originally designed by Stefan Goessner. Accepts encoded JSON strings as well as decoded PHP data as input, ...