JsonLogic 5.4.0
dotnet add package JsonLogic --version 5.4.0
NuGet\Install-Package JsonLogic -Version 5.4.0
<PackageReference Include="JsonLogic" Version="5.4.0" />
paket add JsonLogic --version 5.4.0
#r "nuget: JsonLogic, 5.4.0"
// Install JsonLogic as a Cake Addin #addin nuget:?package=JsonLogic&version=5.4.0 // Install JsonLogic as a Cake Tool #tool nuget:?package=JsonLogic&version=5.4.0
Summary
JsonLogic implements the JSON Logic format, a declarative, data-driven way to define rules.
Links
Usage
var rule = JsonNode.Parse(
"""
{
"and": [
{ "<": [{ "var": "temp" }, 110 ]},
{ "==": [{ "var": "pie.filling" }, "apple" ]}
]
}
"""
);
var data = JsonNode.Parse(
"""
{
"temp" : 100,
"pie" : { "filling" : "apple" }
}
"""
);
var result = JsonLogic.Apply(rule, data);
// result: true
Sponsorship
If you found this library helpful and would like to promote continued development, please consider sponsoring the maintainers.
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 is compatible. 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | 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 | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- JsonPointer.Net (>= 5.2.0)
-
net8.0
- JsonPointer.Net (>= 5.2.0)
-
net9.0
- JsonPointer.Net (>= 5.2.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on JsonLogic:
Package | Downloads |
---|---|
Umbraco.Forms.Web
Umbraco Forms Web encapsulates web components of the forms builder for use by package developers. |
|
Siccar.Application
This library enables working with the Blueprint models in the Siccar Application. For more infromation see: https://siccar.net/docs For this release see notes - https://projectbob.visualstudio.com/_git/SICCARV3?path=/src/Common/SiccarApplicationBlueprint/README.md For the change log - https://projectbob.visualstudio.com/_git/SICCARV3?path=/src/Common/SiccarApplicationBlueprint/CHANGELOG.md |
|
Coreeple.Zigana.Core
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.4.0 | 687 | 1/2/2025 |
5.3.0 | 5,264 | 11/16/2024 |
5.2.1 | 90,769 | 4/20/2024 |
5.2.0.2 | 156 | 4/19/2024 |
5.2.0.1 | 117 | 4/19/2024 |
5.2.0 | 114 | 4/18/2024 |
5.1.0 | 8,758 | 3/4/2024 |
5.0.0 | 5,199 | 2/3/2024 |
4.0.4 | 102,219 | 3/29/2023 |
4.0.3 | 1,296 | 3/20/2023 |
4.0.2 | 329 | 3/19/2023 |
4.0.1 | 821 | 3/8/2023 |
4.0.0 | 324 | 3/8/2023 |
3.3.2 | 3,183 | 2/22/2023 |
3.3.1 | 1,385 | 2/2/2023 |
3.3.0 | 661 | 1/23/2023 |
3.2.0 | 29,673 | 9/1/2022 |
3.1.2 | 3,575 | 8/16/2022 |
3.1.1 | 1,592 | 8/5/2022 |
3.1.0 | 18,247 | 7/22/2022 |
3.0.1 | 6,186 | 6/17/2022 |
3.0.0 | 983 | 6/13/2022 |
2.0.0 | 7,780 | 5/18/2022 |
1.4.0 | 84,752 | 1/14/2022 |
1.3.2 | 999 | 11/13/2021 |
1.3.1 | 3,094 | 6/20/2021 |
1.3.0 | 584 | 4/3/2021 |
1.2.1 | 501 | 2/24/2021 |
1.2.0 | 490 | 1/17/2021 |
1.1.0 | 483 | 1/1/2021 |
1.0.1 | 508 | 1/1/2021 |
1.0.0 | 1,469 | 12/23/2020 |
Release notes can be found at https://docs.json-everything.net/rn-json-logic/