jsonxComparison
jsonxComparison: { left: any; operation: "eq" | "==" | "dneq" | "!=" | "!" | "dnseq" | "!==" | "seq" | "===" | "lt" | "<" | "lte" | "<=" | "gt" | ">" | "gte" | ">=" | "dne" | "undefined" | "null" | "!null" | "!undefined" | "exists"; right?: any }
Type declaration
-
left: any
-
operation: "eq" | "==" | "dneq" | "!=" | "!" | "dnseq" | "!==" | "seq" | "===" | "lt" | "<" | "lte" | "<=" | "gt" | ">" | "gte" | ">=" | "dne" | "undefined" | "null" | "!null" | "!undefined" | "exists"
-
Optional right?: any