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

Build complex rules and serialize them to JSON

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

I really like the idea of having all this json specs, but I miss the ability to update values of variables, or to create variables. I think it can be...

Instead of just using a bland "dot notation" syntax for paths in `var` arguments, you might try using an accepted standard like [JSON Pointer](https://tools.ietf.org/html/rfc6901). It carries with it the accommodation...

I created a .Net implementation for JsonLogic. Passed all tests defined in [http://jsonlogic.com/tests.json]( http://jsonlogic.com/tests.json). Source: [https://github.com/yavuztor/JsonLogic.Net](https://github.com/yavuztor/JsonLogic.Net) Nuget: [https://www.nuget.org/packages/JsonLogic.Net](https://www.nuget.org/packages/JsonLogic.Net/)

Hi @jwadhams I worked out a draft Elixir implementation of JSON logic https://github.com/liuming/json_logic_elixir Current the "merge" operation is the only one I haven't finished. Will you consider adding the link...

It's just a start, but please take a look, feedback is always welcome. https://github.com/Jukkorsis/json-logic-java

Currently there is no way to find out if there are any common elements in two arrays in the data object. This could be achieved by adding a globally available...

Hello, together with my team from [Allegro](https://github.com/allegro) we implemented a Kotlin Multiplatform version of JSonLogic standard. It completely covers whole JSonLogic contract (all of the operators from https://jsonlogic.com/operations.html). We also...

Thanks for creating json-logic. It's helpful. I'm thinking of using json-logic in some HTTP API endpoints and would like to specify my API contracts accordingly. Does json-logic have an existing...

While trying out rules on jsonlogic.com, I spotted unexpected behavior when using "!!" operator. Unfortunately, I cannot confirm if that is the problem with JS implementation, used on website, since...