Is there a query language for JSON?
Sure, how about: JsonPath. Json Query They all seem to be a bit work in progress, but work to some degree. They are also similar to XPath and XQuery conceptually; even though XML and JSON have different conceptual models (hierarchic vs object/struct). EDIT Sep-2015: Actually there is now JSON Pointer standard that allows very simple … Read more