Jsonデータに対して、似たようなsqlクエリを行います.
533 ワード
js引用を追加します.jsonsql-011.js
次の列を通して一つのjsonタイプの結果を得ます.
Example:
次の列を通して一つのjsonタイプの結果を得ます.
Example:
jsonsql.query("select * from json.channel.items order by title desc",json);
jsonsql.query("select title,url from json.channel.items where (category=='javascript' || category=='vista') order by title,category asc limit 3",json);
jsonsql.query("select * from json where (CKey=='DropDownList_Data_End' && CValue=='2014')", obj.data);