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.
Info
Version: | 1.0.10 |
Author(s): | ivanti |
Last Update: | Monday, May 1, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/LANDesk/JsonPointer |
NuGet Url: | https://www.nuget.org/packages/JsonPointer |
Install
Install-Package JsonPointer
dotnet add package JsonPointer
paket add JsonPointer
JsonPointer Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 9.0.1)