please enable JavaScript
Each table is an independent big JSON object:
- Top level arrays define a table
- Top level dicts are rendered as differently named tables
- If a table is an array, the array defines the rows
- Else it is a table with just a single row
- Dicts in a row are rendered as named columns
- Arrays in a row are rendered as unnamed columns
- Other values in a row are rendered as single unnamed column
- Column values which are number are numbers, strings are strings, everything else is JSON