API Reference CondParser v1.0.1
Modules
CondParser reads conditions like
(':foo' or ("toto" == true AND (12 != 13 OR false))) and true and transform them
either in an ast with parse/1, or in json with to_json/1.
CondParser reads conditions like
(':foo' or ("toto" == true AND (12 != 13 OR false))) and true and transform them
either in an ast with parse/1, or in json with to_json/1.