We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a757c8 commit 473053dCopy full SHA for 473053d
src/index.ts
@@ -95,6 +95,7 @@ class Engine {
95
fact: object,
96
{ path, operator, value }: N_Engine.ConditionOperation
97
): Promise<boolean> {
98
+ // TODO: optimize
99
const actual = JSONPath({
100
path,
101
json: fact,
0 commit comments