@abenassi87/decision-tree-parser
v0.0.1
Published
A JSON Decision Tree Parser for Browser and Node
Readme
Decision Tree Parser
The main goal of this little library is to provide a parser for criteria tree decisions with this structure:
{
"id": "name"
"condition": "equal"
"value": "John"
}