Re: strip nulls functions for json and jsonb

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: strip nulls functions for json and jsonb
Date: 2014-10-26 20:07:52
Message-ID: 544D5498.6080700@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2014-10-26 20:14:17 Re: strip nulls functions for json and jsonb
Previous Message Pavel Stehule 2014-10-26 19:50:32 Re: strip nulls functions for json and jsonb