JsonLogic.Net
1.1.5
See the version list below for details.
dotnet add package JsonLogic.Net --version 1.1.5
NuGet\Install-Package JsonLogic.Net -Version 1.1.5
<PackageReference Include="JsonLogic.Net" Version="1.1.5" />
paket add JsonLogic.Net --version 1.1.5
#r "nuget: JsonLogic.Net, 1.1.5"
// Install JsonLogic.Net as a Cake Addin #addin nuget:?package=JsonLogic.Net&version=1.1.5 // Install JsonLogic.Net as a Cake Tool #tool nuget:?package=JsonLogic.Net&version=1.1.5
A .Net implementation of [JsonLogic](http://jsonlogic.com/).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.0 is compatible. netstandard1.1 was computed. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 was computed. net451 was computed. net452 was computed. 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 was computed. wp81 was computed. wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 9.0.1)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 9.0.1)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on JsonLogic.Net:
Package | Downloads |
---|---|
Shesha.Framework
Package Description |
|
Shesha.NHibernate
Package Description |
|
Shesha.Web.Controls
Package Description |
|
OpenFeature.Contrib.Providers.Flagd
flagd provider for .NET |
|
LightestNight.Luminescence.BlazorComponents
The component library for Blazor that enables the use of Luminescence form generation |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on JsonLogic.Net:
Repository | Stars |
---|---|
shesha-io/shesha-framework
An open-source Low-Code development framework for .NET developers. Create .NET based business applications with 80% less code.
|
Version | Downloads | Last updated |
---|---|---|
1.1.11 | 365,936 | 8/19/2021 |
1.1.10 | 2,738 | 7/13/2021 |
1.1.9 | 1,630,593 | 10/7/2020 |
1.1.8 | 27,567 | 3/7/2020 |
1.1.7 | 41,460 | 8/24/2019 |
1.1.6 | 5,808 | 5/30/2019 |
1.1.5 | 6,609 | 2/15/2019 |
1.1.4 | 670 | 2/12/2019 |
1.1.3 | 39,330 | 8/4/2018 |
1.1.2 | 1,148 | 6/8/2018 |
1.1.1 | 988 | 6/7/2018 |
1.1.0 | 1,013 | 5/19/2018 |
1.0.0 | 1,138 | 5/17/2018 |
1.0.0 - Passed all tests from JsonLogic.com
1.1.2 - Added netstandard1.0 target to enable using the library from .net 4.5
1.1.3 - Resolved equality check with "in" operator.
1.1.4 - Dropped Newtonsoft.Json dependency to 9.x
1.1.5 - Various fixes and improved testing.