@abenassi87/decision-tree-parser
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @abenassi87/decision-tree-parser

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

26.4 kB

Total Files

14

Last publish

Collaborators

  • abenassi87