查询json的数据结构的8种方式简介
查询json的数据结构的8种方式: JsonSQL JsonSQL实现了使用SQL select语句在json数据结构中查询的功能。主页:http://www.trentrichardson.com/jsonsql/ 例子: 代码如下:jsonsql.query(“select * from json.channel.items order by title desc”,json); JSONPath JSONPath就像是针对JSON数据结构的XPath。主页:http://goessner.net/articles/JsonPath/ 例子: 代码如下:jsonPath( books, ‘