Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
289 views
in Technique[技术] by (71.8m points)

javascript - 是否有与XQuery / XPath等效的JSON?(Is there a JSON equivalent of XQuery/XPath?)

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Yup, it's called JSONPath .(是的,它称为JSONPath 。)

The source is now on GitHub .(源现在在GitHub上 。) It's also integrated into DOJO .(它还集成到DOJO中 。)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...