Hacker News new | ask | show | jobs
by DoomHotel 1804 days ago
Postgres (>11) also implements the SQL/JSON path language that lets you extract table data from JSON.
1 comments

Is there a strict implementation of that in JS? I've looked and there seems to be a bunch of libraries doing JSONPath, but none that are strict implementation of PGs variant. I'd like to be able to use it for previews etc.