Querying json objects

I’m looking for a way to query specific values from a json api response’s.
a bit xpath like query language.

I was thinking, transform the json to xml, run the xpath’s and return the results. :grimacing:

is there a suitable library out there?