Info
Version: | 5.1.3 |
Author(s): | Neeraj Salpekar |
Last Update: | Wednesday, March 21, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/WorkMaze/JUST.net |
NuGet Url: | https://www.nuget.org/packages/JUST |
Install
Install-Package JUST
dotnet add package JUST
paket add JUST
JUST Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 10.0.2)
- Newtonsoft.Json.Schema(>= 3.0.1)
Tags
This a cool library in .NET 4.5 which enables you to transform a JSON document into another JSON document using JSON transformations using JSON path. This is the JSON equivalent of XSLT.
Test project can be found at https://github.com/WorkMaze/JUST.net.