Re: strip nulls functions for json and jsonb - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: strip nulls functions for json and jsonb
Date
Msg-id 544D5498.6080700@dunslane.net
Whole thread Raw
In response to Re: strip nulls functions for json and jsonb  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: strip nulls functions for json and jsonb
List pgsql-hackers
On 10/26/2014 03:50 PM, Pavel Stehule wrote:
> Hi
>
> I have a question,
>
> what is expected result of null strip of
>
> {"a": {"b": null, "c", null"} }
>
> ?
>


Please remember not to top-post.

The above is not legal json, so the answer would be an error.

cheers

andrew



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: strip nulls functions for json and jsonb
Next
From: Thom Brown
Date:
Subject: Re: strip nulls functions for json and jsonb