I'm scratching out a schema for a set of data that has two objects that can be added (one-to-many) to multiple unrelated object types. Example: "Notes" objects can be added to "Stores" and ...
SQL Server's OpenJson function will let you dismantle JSON structures into relational tables, including tables with foreign/primary key relationships. As I noted in an earlier column, JSON is great ...