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

An JSON-Path utility (XPath for JSON) for nodejs and modern browsers.

Results 3 json-path issues
Sort by recently updated
recently updated
newest added

I think It is impossible to use multiple descents operators in one query but should be. Example: ``` { path: { "get": { "enum": 123 }, "put": { "something": {...

Example: ``` [{ id: 1, uid: "uid" }, { id: 2 }] ``` How to query getting the first element id ?