json-logic icon indicating copy to clipboard operation
json-logic copied to clipboard

Build complex rules and serialize them to JSON

Results 28 json-logic issues
Sort by recently updated
recently updated
newest added

Rule: {"max":[{"var" : "integers"}]} Data: {"integers":[1,2,3,4,5]} Always return null.

Why do you advertise this as being compatible with Ruby? It's not... The Ruby implementation is severely broken/crippled (*e.g.*, *method* is not implemented at all and *add_operation* can only define...

Hi, Just to let you know Apache Johnzon implemented JsonLogic on top on JSON-P (standard Java(x)/Jakarta API for JSON): https://github.com/apache/johnzon/tree/master/johnzon-jsonlogic, doc will be uploaded with next release but will mainly...

Closes: * https://github.com/diegoholiveira/jsonlogic/pull/23 * https://github.com/jwadhams/json-logic/issues/21

Hi, It seems one definition is missing in http://jsonlogic.com/tests.json : the empty object rule (aka {}). This is causing bad behaviours in one of the most used golang implementation since...

[nadirizr's](https://github.com/nadirizr/json-logic-py) Python implementation seems to be abandoned. [QubitProducts](https://github.com/QubitProducts/json-logic-py) appears to have kept the Python implementation alive. Perhaps update the link.

I have created golang implementation of json-logic: https://github.com/HuanTeng/go-jsonlogic

Hello @jwadhams , I've got some difficulties trying to implement subset expression. Currently it's possible to check whether a string is a part of another string Example from site: {"in":["Spring",...

Hi @jwadhams, My team is going to use JsonLogic specification and parsers for couple of projects. We have a few use cases where we want to use **for**-loop construct as...

I was trying to implement a jsonlogic library in Swift, and I wanted the library to provide results similar to your json-logic. Playing around in http://jsonlogic.com/play.html I found that: `{...