Is there a tool that is similar to XMLstarlet but works on JSON instead of XML?
My usecase: extract certain values from hierarchical JSON documents, as they are returned by some REST APIs.
Something like being able to select a node via an XPath-like expression would be helpful there.








