json-path icon indicating copy to clipboard operation
json-path copied to clipboard

Query json without root element

Open traycho opened this issue 1 year ago • 0 comments

Example:

[{ id: 1, uid: "uid" }, { id: 2 }] 

How to query getting the first element id ?

traycho avatar Nov 22 '24 11:11 traycho