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"
}
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"
}
npm i @abenassi87/decision-tree-parser
1
0.0.1
MIT
26.4 kB
14