How do I expand JSON data into separate rows in Azure SQL Database?
I have data structured like so, where there is a column of JSON strings. In each of these JSON strings, there are zero or more key/value pairs. A key could have any name, and a value is an array of at least one string