On 2023-Mar-29, Alvaro Herrera wrote: > SQL/JSON: add standard JSON constructor functions > > This commit introduces the SQL/JSON standard-conforming constructors for > JSON types: > > JSON_ARRAY() > JSON_ARRAYAGG() > JSON_OBJECT() > JSON_OBJECTAGG()
> Author: Nikita Glukhov <[email protected]> > Author: Teodor Sigaev <[email protected]> > Author: Oleg Bartunov <[email protected]> > Author: Alexander Korotkov <[email protected]> > Author: Amit Langote <[email protected]> I forgot to include Andrew Dunstan <[email protected]> in the list of authors for this commit -- he spent a lot of time polishing it before I took over. -- Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
