15
是否有与XQuery / XPath等效的JSON?
搜索复杂的JSON数组和哈希中的项目时,例如: [ { "id": 1, "name": "One", "objects": [ { "id": 1, "name": "Response 1", "objects": [ // etc. }] } ] 我可以使用某种查询语言来查找商品in [0].objects where id = 3吗?
221
javascript
json
xpath
xquery