38 packages tagged with “jsonpath”
Handlebars.Net.Helpers Json
JSON Path (RFC 9535) built on the System.Text.Json namespace
JsonDocumentPath is a class library to extract values from JSON with single line expressions
Provides an intuitive approach to JSON, including its structure, serialization, JSON Schema, JSON Path, JSON Pointer, and JSON Patch.
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.
Allows to create, parse, modify and analyze JSONPath expressions
Extension methods for BlushingPenguin.JsonPath that implement jsonpath. The code is a port of the jsonpath engine in Newtonsoft.Json.
Dotnet tool AppSettings convert appsettings.json to Azure AppService Configuration Application Settings
Extension methods for MongoDB.Bson.Path that implement jsonpath. The code is a port of the jsonpath engine in Newtonsoft.Json.
JSON data provider makes it possible to import JSON files and feed using CMSImport. This package requires that CMSImport PRO is installed.
Converts Easy-Rule sentences to Dyme-Rule structures and visa-versa.
Evaluates rules against worlds
A .NET library for extracting values from JSON with simple expressions, similar to XPath for XML but type-safe. Supports JSON, XML and YAML parsing with intuitive syntax like json[2]["aNumber"] and LINQ integration.
Adds support to Newtonsoft.Json for mapping properties using JSONPath expresions.
A small, light-weight package that transforms JSON using JSON.NET and JSONPath.
Ever wanted to map JSON property to .NET one with JSONPath?
Use JsonPath to navigate through memory model objects to get and set values
A lightweight, fluent HTTP client library for .NET that simplifies making HTTP requests and handling JSON responses with JsonPath support.
The fastest .NET library for querying JSON documents using JSONPath expressions with System.Text.Json.
STJson is a Json parsing library based on the MIT open source protocol . The library is purely native implementation does not rely on any library , so it is very light and convenient , and powerful .
Query JsonValue documents from F# using ad-hoc JsonPath queries.
Injects values into config files directly or via environment variables. Can inject app settings, connection strings, or WCF client endpoints.
A high-performance JSON library for System.Text.Json JsonElement and JsonNode, providing robust support for JSONPath, JsonPointer, JsonPatch, and JsonDiff.
A .NET domain specific language for reading JSON documents.
Jsonpath binding library for Bridge.NET projects.
Decorator for Newtonsoft Json.NET library that adds support for JsonPath Attribute. This attribute allows higher level of control when serializing and deserializing objects by allowing you to change the paths of objects. This is beneficial when working with 3rd party APIs that require you to send or responds with deeply nested json structures. With this - you can create a flat POCO and using attributes it will be mapped to nested json structure.
JsonDocumentSelect is a class library to extract elements from JSON with single line expressions
A lightweight .NET library for querying JSON payloads using JSONPath expressions (RFC 9535 subset). Supports simple paths, filter expressions, and multiple-value matching.
MCP server that gives LLMs six tools for exploring arbitrarily large JSON files — schema inference, scoped query, sampling, search/filter, pagination, and statistics.
JsonDocumentPath.NETFramework is a class library to extract values from JSON with single line expressions