Open
Description
Hi Brett,
I started using your project, and I love it.
But I got one issue with filtering for values, that contain brackets. I tried escaping those brackets but it doesn't work.
Could you take a look at this?
$.book[?(@.chapter === 'chap (1)')]
// Error: jsonPath: Invalid or unexpected token: _$_v.chapter === 'chap (1
I also tried to escape the value by using backticks. But it didn't work.
It is possible, that this is a bug?
It would be great if you could help me out.
Thank you very much,
Sebastian