jsonpath icon indicating copy to clipboard operation
jsonpath copied to clipboard

Any plan to support Bracket-notated child or children

Open chace20 opened this issue 11 months ago • 1 comments

Hi, I found you work only support '.' to get child, is there any plan to support '[]'?

var pathDelimiter = "."

Such like that:

JsonPath expressions can use the dot–notation $.store.book[0].title or the bracket–notation $['store']['book'][0]['title']

https://github.com/json-path/JsonPath

chace20 avatar Mar 04 '24 09:03 chace20