Re: [GENERAL] Array_to_json remove brackets

2015-11-13 Thread Leonardo M . Ramé
El 13/11/15 a las 10:49, Merlin Moncure escribió: On Fri, Nov 13, 2015 at 7:20 AM, Leonardo M. Ramé wrote: Hi, is there a way to get an array converted to json without brackets?. I'm getting, for example [{"field": "value"}, {"field": "value"}] and I want to get this: {"field": "value"}, {"fie

Re: [GENERAL] Array_to_json remove brackets

2015-11-13 Thread Merlin Moncure
On Fri, Nov 13, 2015 at 7:20 AM, Leonardo M. Ramé wrote: > Hi, is there a way to get an array converted to json without brackets?. > > I'm getting, for example [{"field": "value"}, {"field": "value"}] and I want > to get this: {"field": "value"}, {"field": "value"}. please supply an example. Als

[GENERAL] Array_to_json remove brackets

2015-11-13 Thread Leonardo M . Ramé
Hi, is there a way to get an array converted to json without brackets?. I'm getting, for example [{"field": "value"}, {"field": "value"}] and I want to get this: {"field": "value"}, {"field": "value"}. Regards, -- Leonardo M. Ramé http://leonardorame.blogspot.com -- Sent via pgsql-general m