Re: Add json_typeof() and json_is_*() functions. - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Add json_typeof() and json_is_*() functions.
Date
Msg-id 51F680B2.8020300@dunslane.net
Whole thread Raw
In response to Add json_typeof() and json_is_*() functions.  (Andrew Tipton <andrew@kiwidrew.com>)
List pgsql-hackers
On 07/29/2013 03:16 AM, Andrew Tipton wrote:
> The attached patch adds four new SQL functions for the JSON type:
>     json_typeof(json) RETURNS text
>     json_is_object(json) RETURNS boolean
>     json_is_array(json) RETURNS boolean
>     json_is_scalar(json) RETURNS boolean
>
>
>

Please add to the next CommitFest if you have not already done so.

cheers

andrew




pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Bison 3.0 updates
Next
From: Tom Lane
Date:
Subject: Re: Bison 3.0 updates