Re: JSON_ARRAY_APPEND adding escape slash
Here is the place I got the idea for the code from.
https://stackoverflow.com/questions/45674489/mysql-append-json-object-to-array-of-json-objects
Essentially what I'm doing is building a set of data to go out of a stored procedure. To give myself flexibility to attach many items, I am using a JSON array. The array is to be of JSON object types.
I can't find the code for simply taking two JSON Objects (or more) and putting them together in a JSON Array. It seems like a simple request, but it doesn't seem like it is easy.
Subject
Views
Written By
Posted
1244
August 21, 2022 04:40AM
440
August 21, 2022 04:39PM
377
August 21, 2022 05:19PM
359
August 21, 2022 07:01PM
372
August 21, 2022 09:30PM
350
August 21, 2022 09:46PM
351
August 21, 2022 10:35PM
366
August 21, 2022 10:53PM
Re: JSON_ARRAY_APPEND adding escape slash
485
August 21, 2022 10:59PM
421
August 21, 2022 11:05PM
424
August 21, 2022 11:37PM
401
August 22, 2022 09:47AM
432
August 22, 2022 11:04PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.