Found 7 packages
JSON Pointer built on the System.Text.Json namespace
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.
Implementation of a RFC6901 Json Pointer
Provides an intuitive approach to JSON, including its structure, serialization, JSON Schema, JSON Path, JSON Pointer, and JSON Patch.
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.
A high-performance JSON library for System.Text.Json JsonElement and JsonNode, providing robust support for JSONPath, JsonPointer, JsonPatch, and JsonDiff.
Extension methods for System.Text.Json.JsonElement to identify a specific value through a JSON Pointer (RFC 6901).