We're sorry but JsonLogic Playground doesn't work properly without JavaScript enabled. Please enable it to continue.
See on GitHub
JsonLogic Playground
A simple
JsonLogic
tester, by
Vinicius Reis
Rules
4
1
{
"and"
: [
2
{
">"
: [ {
"var"
:
"value"
},
1
] },
3
{
"<"
: [ {
"var"
:
"value"
},
3
] }
4
]}