When searching for items in complex JSON arrays and hashes, like:(搜索复杂的JSON数组和哈希中的项目时,例如:)
[
{ "id": 1, "name": "One", "objects": [
{ "id": 1, "name": "Response 1", "objects": [
// etc.
}]
}
]
Is there some kind of query language I can used to find an item in [0].objects where id = 3
?(我可以使用某种查询语言in [0].objects where id = 3
找到一个项目in [0].objects where id = 3
吗?)
ask by Naftuli Kay translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…