jmespath-community / typescript-jmespath

TypeScript implementation of JMESPath
Mozilla Public License 2.0
4 stars 2 forks source link

Issue with parenthesized expression-type #22

Closed springcomp closed 2 weeks ago

springcomp commented 1 year ago

Given [true, false, true]

The following expression works:

However, surrounding the expression-type with raises a syntax-error: