What happens to nested JSON objects?
Nested objects are flattened using dot notation. For example, {"address": {"city": "London"}} becomes a column named "address.city" with the value "London". Very deeply nested structures can produce many columns, so you may want to simplify the JSON before converting if the output is too wide.