Found 11 packages
JSON Pointer built on the System.Text.Json namespace
Provides an intuitive approach to JSON, including its structure, serialization, JSON Schema, JSON Path, JSON Pointer, and JSON Patch.
Classes for working with JSON Pointer
Implementation of a RFC6901 Json Pointer
The JsonCons.Utilities library includes classes that complement the functionality of the System.Text.Json namespace with support for JSON Pointer, JSON Patch, and JSON Merge Patch.
Suppose you have a nested object inside a JSON structure that you would like to pull out and cast, or that you would like to manipulate the JSON by modifying a property, adding a new property, or even adding a new element to a collection this project gives you a simple interface to perform that process.
JSON Pointer (json-pointer) binding library for Bridge.NET projects.
FunScript binding for json_pointer (BETA version).
A high-performance JSON library for System.Text.Json JsonElement and JsonNode, providing robust support for JSONPath, JsonPointer, JsonPatch, and JsonDiff.
Immutable JSON library for .NET inspired by Jakarta JSON API (JSR 374). Provides fluent builders, JSON Pointer (RFC 6901), and JSON Patch (RFC 6902) support.
Extension methods for System.Text.Json.JsonElement to identify a specific value through a JSON Pointer (RFC 6901).