15
Esiste un equivalente JSON di XQuery / XPath?
Durante la ricerca di elementi in array e hash JSON complessi, come: [ { "id": 1, "name": "One", "objects": [ { "id": 1, "name": "Response 1", "objects": [ // etc. }] } ] Esiste un tipo di linguaggio di query che posso usare per trovare un elemento in [0].objects where …
221
javascript
json
xpath
xquery