There is a JSON column in a table. It contains key value pairs, just like a dictionary.
Keys are column names. Values are values contained in a row.
It looks like that each JSON object needs to be expanded into row values in different columns.
What is the best way to turn this JSON column into a data table?
Regards,
David