JSONSelect
JSONSelect 是一个 JSON 数据的选择器语言,可让你从复杂的 JSON 文档数据中访问指定的数据,其语法类似 CSS。 <p>示例代码:</p> <div class="sample json"> <tt>".author .drinkPref :first-child"</tt> <pre>{ "author": { "name": { "first": "Lloyd", "last": "Hilaiel" }, "drinkPref": [ <span class="selected">"whiskey"</span>, "beer", "wine" ], }, "thing": "JSONSelect site", "license": "(cc) BY-SA" }</pre> </div> <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1324131001156" target="_blank">http://www.open-open.com/lib/view/home/1324131001156</a></p>
本文由用户 openkk 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!