Re: Tackling JsonPath support

From: Nico Williams <nico(at)cryptonector(dot)com>
To: Christian Convey <christian(dot)convey(at)gmail(dot)com>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Tackling JsonPath support
Date: 2016-11-28 18:38:20
Message-ID: 20161128183819.GB11117@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wonder what it might take to integrate jq[1] (via libjq) with
PostgreSQL... The internal representation of JSON data is bound to be
completely different, no doubt, but jq is a fantastic language, akin to
XPath and XSLT combined, but with nice syntax.

[1] https://stedolan.github.io/jq (note: jq is NOT JQuery)

Nico
--

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-11-28 18:48:49 Re: Dynamic shared memory areas
Previous Message Andrew Dunstan 2016-11-28 18:36:31 Re: Mail thread references in commits