JUST.NETCore
2.1.3
.NET Standard 1.6
Install-Package JUST.NETCore -Version 2.1.3
dotnet add package JUST.NETCore --version 2.1.3
<PackageReference Include="JUST.NETCore" Version="2.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JUST.NETCore --version 2.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: JUST.NETCore, 2.1.3"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install JUST.NETCore as a Cake Addin
#addin nuget:?package=JUST.NETCore&version=2.1.3
// Install JUST.NETCore as a Cake Tool
#tool nuget:?package=JUST.NETCore&version=2.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This a cool library in .NET Core 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
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.3)
- Newtonsoft.Json.Schema (>= 3.0.1)
- System.Reflection.TypeExtensions (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on JUST.NETCore:
Package | Downloads |
---|---|
RESTGrid
A simple Workflow\ETL system in .NET Core which uses REST services to interact with the outside world. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.3 | 120,959 | 3/21/2018 |
2.1.2 | 999 | 12/9/2017 |
2.1.1 | 787 | 11/22/2017 |
2.1.0 | 761 | 11/17/2017 |
2.0.2 | 715 | 11/15/2017 |
2.0.1 | 689 | 11/11/2017 |
2.0.0 | 738 | 10/29/2017 |
1.2.13 | 730 | 10/12/2017 |
1.2.12 | 733 | 9/13/2017 |
1.2.11 | 747 | 9/13/2017 |
1.2.10 | 726 | 9/12/2017 |
1.2.9 | 735 | 9/12/2017 |
1.2.8 | 710 | 9/11/2017 |
1.2.7 | 1,012 | 8/29/2017 |
1.2.6 | 742 | 8/28/2017 |
1.2.5 | 740 | 8/21/2017 |
1.2.4 | 733 | 8/21/2017 |
1.2.3 | 646 | 8/16/2017 |
1.2.2 | 656 | 7/25/2017 |
1.2.1 | 650 | 7/19/2017 |
1.2.0 | 638 | 7/19/2017 |
1.1.1 | 711 | 7/3/2017 |
1.1.0 | 656 | 7/2/2017 |
1.0.0 | 698 | 6/30/2017 |
Fixed bugs - #replace can replace JValue. Aggregate functions on double..