I need help using JSONPath to query two or more properties from each object in a JSON array.
Now I would like to query name, url, and responseCode for each of the items in the
results
array. I'm stuck on querying for more than one value at a time. I have tried these patterns:
Yet after lots of various query format attempts, I can't find a way to do the equivalent of this, to the these two properties for each result
:
I get no results, despite that query syntax coming from an example on this JSONPath repo.
The example is $..book[category,author]
, which is supposed to give "The categories and authors of all books".GitHub
GitHub - atifaziz/JSONPath: JSONPath (XPath-like syntax for JSON) C...
JSONPath (XPath-like syntax for JSON) C# implementation - atifaziz/JSONPath
1 Reply
It might just not be implemented in the library