I want to create a library of rules that shall be chained and run following a certain trigger. The sequence of rules shall be defined in a json file that will be parsed at run time to assemble the corresponding rules.
Can you suggest the best way to use this library for this use case?
I want to create a library of rules that shall be chained and run following a certain trigger. The sequence of rules shall be defined in a
jsonfile that will be parsed at run time to assemble the corresponding rules.Can you suggest the best way to use this library for this use case?