Re: Postgresql 9.4 / JSONB / JDBC

From: Bosco Rama <postgres(at)boscorama(dot)com>
To: Alexis Meneses <alexis(dot)meneses(at)gmail(dot)com>, Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: Christopher BROWN <brown(at)reflexe(dot)fr>, List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Postgresql 9.4 / JSONB / JDBC
Date: 2014-12-22 18:14:11
Message-ID: 54985F73.3010603@boscorama.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 12/20/14 06:18, Alexis Meneses wrote:
>
> Many JSON implementations other that the default one can be used behind
> this API thanks to Java ServiceLoader API even if I believe that the widely
> used Jackson does not provide a bridge between javax.json and their
> implementation.

IIRC, there is both a conversion module for, and an actual
implementation of, javax.json (aka JSR-353) available for Jackson.

HTH,
Bosco.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2014-12-22 18:15:52 Re: Postgresql 9.4 / JSONB / JDBC
Previous Message Christopher BROWN 2014-12-21 20:55:13 Re: Postgresql 9.4 / JSONB / JDBC