Joseph Adams wrote:
> == array/object conversion ==
> 
> The json_object function converts a tuple to a JSON object.  If there
> are duplicate column names, there will be duplicate keys in the
> resulting JSON object.
> 
> json_object([content [AS name] [, ...]]) returns json
> 
> Likewise, the json_array function converts a tuple to a JSON array.
> Column names are ignored.
> 
> json_array([content [AS name] [, ...]]) returns json

Do you see any problems with the fact that JSON arrays can use mixed
data types, e.g.:

        [ 1, 2, 'hi', false]

-- 
  Bruce Momjian  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to