0.0.1 • Published 1 year ago

@abenassi87/decision-tree-parser v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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"
}
0.0.1

1 year ago