JUST 5.1.3

dotnet add package JUST --version 5.1.3
                    
NuGet\Install-Package JUST -Version 5.1.3
                    
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="5.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JUST" Version="5.1.3" />
                    
Directory.Packages.props
<PackageReference Include="JUST" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add JUST --version 5.1.3
                    
#r "nuget: JUST, 5.1.3"
                    
#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.
#addin nuget:?package=JUST&version=5.1.3
                    
Install JUST as a Cake Addin
#tool nuget:?package=JUST&version=5.1.3
                    
Install JUST as a Cake Tool

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 88,942 3/21/2018
5.1.2 5,142 12/9/2017
5.1.1 1,150 11/22/2017
5.1.0 1,252 11/17/2017
5.0.2 1,031 11/15/2017
5.0.1 1,047 11/11/2017
5.0.0 1,356 10/29/2017
4.0.12 1,173 10/12/2017
4.0.11 1,064 9/13/2017
4.0.10 1,022 9/13/2017
4.0.9 1,018 9/12/2017
4.0.8 1,012 9/12/2017
4.0.7 1,013 9/11/2017
4.0.6 1,035 8/29/2017
4.0.5 1,213 8/28/2017
4.0.4 1,614 8/21/2017
4.0.3 1,188 8/21/2017
4.0.2 1,046 8/16/2017
4.0.1 1,045 7/25/2017
4.0.0 1,070 7/19/2017
3.1.1 1,059 7/19/2017
3.1.0 1,033 7/19/2017
3.0.1 1,109 7/3/2017
3.0.0 1,084 7/2/2017
2.0.9 1,111 6/30/2017
2.0.8 1,080 6/29/2017
2.0.7 1,086 6/29/2017
2.0.6 1,029 6/28/2017
2.0.5 1,090 6/24/2017
2.0.4 1,049 6/20/2017
2.0.3 1,039 6/20/2017
2.0.2 1,202 6/12/2017
2.0.1 1,034 6/12/2017
2.0.0 1,089 6/10/2017
1.0.10 1,101 5/30/2017
1.0.9 1,038 5/29/2017
1.0.8 1,063 5/28/2017
1.0.7 1,072 5/27/2017
1.0.6 1,069 5/17/2017
1.0.5 1,088 5/17/2017
1.0.4 1,076 5/15/2017
1.0.3 1,085 5/14/2017
1.0.2 1,057 5/14/2017
1.0.1 1,050 5/14/2017
1.0.0 1,117 5/13/2017

Fixed bugs - #replace can replace JValue. Aggregate functions on double.