I am looking at taking a unnested json blob by unnest(json key, recursive := TRUE), to form a table that looks like this
Column A | Column B | Column C |
---|---|---|
Value 1 | Val 1 | Val 1 |
Value 2 | Val 2 | Val 2 |
Value 3 | Val 3 | Val 3 |
Value 4 | Val 4 | Val 4 |
Value 5 | Val 5 | Val 5 |