Comment by NewJazz Comment by NewJazz 7 days ago 3 replies Copy Link View on Hacker News Postgresql supports jsonpath, right?
Copy Link Groxx 7 days ago Collapse Comment - SQLite might too, though I'm struggling to find anything explicit about the syntax: https://sqlite.org/json1.html#jptrit might just be a very limited subset? Reply View | 2 replies Copy Link NewJazz 7 days ago Parent Collapse Comment - Looks like "JSON Pointer": datatracker.ietf.org/doc/html/rfc6901 Reply View | 1 reply Copy Link thayne 6 days ago Root Parent Collapse Comment - JSON pointer uses very different syntax. Sqlite looks like it uses something that is very similar to, but not quite compatible with, JSONPath. Reply View | 0 replies
Copy Link NewJazz 7 days ago Parent Collapse Comment - Looks like "JSON Pointer": datatracker.ietf.org/doc/html/rfc6901 Reply View | 1 reply Copy Link thayne 6 days ago Root Parent Collapse Comment - JSON pointer uses very different syntax. Sqlite looks like it uses something that is very similar to, but not quite compatible with, JSONPath. Reply View | 0 replies
Copy Link thayne 6 days ago Root Parent Collapse Comment - JSON pointer uses very different syntax. Sqlite looks like it uses something that is very similar to, but not quite compatible with, JSONPath. Reply View | 0 replies
SQLite might too, though I'm struggling to find anything explicit about the syntax: https://sqlite.org/json1.html#jptr
it might just be a very limited subset?