On Mon, Apr 15, 2019 at 6:34 AM Charles Leifer <colei...@gmail.com> wrote:

> I was wondering if there were any plans to support wildcard paths?
>

The main issue here IMHO is that there's no official standard, AFAIK.


> Postgres v12 release looks like it has a pretty sophisticated jsonpath
> type.


SQLite does often follow PG's lead, so maybe that's the path forward.

Haven't looked up the PG 12's JsonPath doc yet, especially since release
later this year only.

Here's one of the many JsonPath flavor I found:
https://restfulapi.net/json-jsonpath/

I'm used XPath2 (within XSLT2) extensively years ago, which is an actual
standard,
and has Michael Kay's [1] excellent book to explain it [2], but so such
resources around "JsonPath".

Again, doesn't prevent "inventing" one's semantic, or following an existing
one. Still, it's unfortunate. --DD

[1] https://en.wikipedia.org/wiki/Michael_Howard_Kay
[2]
https://www.amazon.com/XSLT-2-0-XPath-Programmers-Reference/dp/0470192747
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to