
Sept. 2, 2022
12:51 a.m.
I found this: https://github.com/ketanip/dbjson hope it helps.
If I had to do it myself I'd probably do something similar, maybe use SQLite to hold an index of the properties of JSON documents. I would have to walk every document's tree (fragile) and the hierarchy of properties would have to be represented as relational tables (hacky, not meant for that). Still thinking -- *Greg*