JSONSelect
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://jsonselect.org/
- 软件文档: http://jsonselect.org/#docs
软件介绍
JSONSelect 是一个 JSON 数据的选择器语言,可让你从复杂的 JSON 文档数据中访问指定的数据,其语法类似 CSS。
示例代码:
".author .drinkPref :first-child"
{
"author": {
"name": {
"first": "Lloyd",
"last": "Hilaiel"
},
"drinkPref": [
"whiskey",
"beer",
"wine"
],
},
"thing": "JSONSelect site",
"license": "(cc) BY-SA"
}
JavaScript & jQuery
David Sawyer McFarland / O Reilly / 2011-10-28 / USD 39.99
You don't need programming experience to add interactive and visual effects to your web pages with JavaScript. This Missing Manual shows you how the jQuery library makes JavaScript programming fun, ea......一起来看看 《JavaScript & jQuery》 这本书的介绍吧!
