Is there a query language for JSON?
EDIT Sept 2022: JMESPath seems to be the most widely-used, fastest-growing, and best-reviewed of alternatives for this. It has many features, including “where”-style filters. ORIGINAL: 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; … Read more