Comments - JSON_OBJECTAGG

5 days, 7 hours ago Carlos Lopez

Repeated JSON Keys are valid and allowed in spec. It's just that most parsers of JSON will replace the previous key with the last one noted. In Javascript itself, you can parse as a array of [key, value] called "entries", but the default parser (JSON.parse) won't give you this.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.