Comment by NewJazz Comment by NewJazz 7 days ago 1 reply Copy Link View on Hacker News Looks like "JSON Pointer": datatracker.ietf.org/doc/html/rfc6901
Copy Link thayne 7 days ago 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
JSON pointer uses very different syntax. Sqlite looks like it uses something that is very similar to, but not quite compatible with, JSONPath.