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 7cea93e commit e683137Copy full SHA for e683137
src/parse.ts
@@ -51,7 +51,6 @@ export function parse(query: string, options?: JSONQueryParseOptions): JSONQuery
51
}
52
53
const parseOperator = () => {
54
-
55
const left = parseParenthesis()
56
57
skipWhitespace()
0 commit comments