Skip to content

Instantly share code, notes, and snippets.

@ebendutoit
Last active March 25, 2019 13:53
Show Gist options
  • Save ebendutoit/07832a24d9cedf436cb394b7bc6ea136 to your computer and use it in GitHub Desktop.
Save ebendutoit/07832a24d9cedf436cb394b7bc6ea136 to your computer and use it in GitHub Desktop.
Flattened BigQuery result
{
"Name": "Peter",
"Address" : [
{ "Address.street": "street1", "Address.city": "city1" },
{ "Address.street": "street2", "Address.city": "city2" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment