Easy Filter
npm i @propero/easy-filter# Or with yarn yarn add @propero/easy-filter
Documentation
In progress... maybe... hopefully... within the next decade or so... no guarantees though
Examples
For further examples check out the example directory.
; ; ;/*{ "op": "and", "filters": [{ "op": "lt", "field": "age", "value": "18" },{ "op": "like", "field": "firstName", "value": "A%" }]}*/;// and(gt(age,21),eq(name,Peter\,\(\)))