JUST 4.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package JUST --version 4.0.6
NuGet\Install-Package JUST -Version 4.0.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JUST" Version="4.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JUST --version 4.0.6
#r "nuget: JUST, 4.0.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install JUST as a Cake Addin
#addin nuget:?package=JUST&version=4.0.6

// Install JUST as a Cake Tool
#tool nuget:?package=JUST&version=4.0.6

JUST-JSON Under Simple Transformation. 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

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on JUST:

Package Downloads
FloatingBridge

This Nuget package enables you to 1) Publish messages 2) Pull subscribed messages 3) Publish workflows 4) Run workflows synschronously 5) Restart workflows

FloatingBridge.Core

This Nuget package enables you to inherit different interfaces provided by the Core library to create your own custom tasks of type 1) IErrorHandlerTask 2) IErrorNotificationTask 3) IIncommingTask 4) IOutgoingTask 5) IPublisherTask 6) ISubscriberTask 7) IWorkflowTask 8) IWorkflowSplitterTask

FhirTransformation

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.1.3 78,199 3/21/2018
5.1.2 4,452 12/9/2017
5.1.1 1,020 11/22/2017
5.1.0 1,100 11/17/2017
5.0.2 899 11/15/2017
5.0.1 918 11/11/2017
5.0.0 1,222 10/29/2017
4.0.12 1,033 10/12/2017
4.0.11 930 9/13/2017
4.0.10 893 9/13/2017
4.0.9 888 9/12/2017
4.0.8 887 9/12/2017
4.0.7 881 9/11/2017
4.0.6 906 8/29/2017
4.0.5 1,043 8/28/2017
4.0.4 1,406 8/21/2017
4.0.3 1,008 8/21/2017
4.0.2 922 8/16/2017
4.0.1 928 7/25/2017
4.0.0 933 7/19/2017
3.1.1 928 7/19/2017
3.1.0 905 7/19/2017
3.0.1 973 7/3/2017
3.0.0 960 7/2/2017
2.0.9 976 6/30/2017
2.0.8 951 6/29/2017
2.0.7 951 6/29/2017
2.0.6 899 6/28/2017
2.0.5 965 6/24/2017
2.0.4 934 6/20/2017
2.0.3 928 6/20/2017
2.0.2 1,044 6/12/2017
2.0.1 920 6/12/2017
2.0.0 972 6/10/2017
1.0.10 977 5/30/2017
1.0.9 924 5/29/2017
1.0.8 952 5/28/2017
1.0.7 954 5/27/2017
1.0.6 958 5/17/2017
1.0.5 968 5/17/2017
1.0.4 963 5/15/2017
1.0.3 965 5/14/2017
1.0.2 944 5/14/2017
1.0.1 935 5/14/2017
1.0.0 1,004 5/13/2017

Fixed minor bug with 'copy' function.