I've used XML and its tools, XPath and XSLT for over a decade. The query and formatting capability to handle format impedance are extremely useful.
But now, since most of my browser side work is done with JSON, I find it difficult to simply query or format from component to component.
Are there equivalent tools for JSON to handle this?
EDIT: It needs to run in the browser via a JavaScript library to be optimal for our implementation.