-
-
Notifications
You must be signed in to change notification settings - Fork 200
escaping in values raises errors #160
Copy link
Copy link
Open
Labels
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 (1I 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
Reactions are currently unavailable