Implementation of a RFC6901 Json Pointer.
Info
Version: | 1.0.0-beta |
Author(s): | Darrel Miller |
Last Update: | Monday, January 9, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tavis-software/Tavis.JsonPointer |
NuGet Url: | https://www.nuget.org/packages/Tavis.JsonPointer |
Install
Install-Package Tavis.JsonPointer
dotnet add package Tavis.JsonPointer
paket add Tavis.JsonPointer
Tavis.JsonPointer Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.0)
- Newtonsoft.Json(>= 9.0.1)
- Microsoft.NETCore.Portable.Compatibility(>= 1.0.1)