|
|
|
|
|
by madeofpalk
1896 days ago
|
|
This is really cool and interesting! I built something kind of similar, a JSON document explorer/viewer specifically for the database from a video game - https://data.destinysets.com. Something I think is neat about this is that it uses the OpenAPI spec to link relationships. This is all completely client side for better or worse. I really like the table view you've made here. |
|
This is something I had been thinking about - when dealing w/ normalized JSON documents, how might I allow exploration of referenced documents? & how might I encode those relationships is some way that's lightweight?
Thanks for sharing.