I came across durable-rules (python) https://github.com/jruizgit/rules rule engine framework.
I manage to write a dataset defined in Python code into a JSON file but cannot read it and execute it.
Is it possible, and does anyone have an example of how to load a dataset from a JSON file and use/execute it in the Python code?