What are the differences between JSONiq and XQuery 3.1?
问题 Both JSONiq and XQuery 3.1 extend XQuery 3.0 with support for JSON. How do they differ? 回答1: Overall motivation XQuery 3.1 was designed with the goal to support additional data structures (maps, arrays) in memory. These structures are mapped to JSON for input and output. XQuery 3.1 has been a W3C recommendation since March 2017. JSONiq was designed with the goal of querying and updating JSON in settings such as document stores. It was also designed by members of the XML Query working group