gristlabs_grist-core/test/fixtures/uploads/cities_broken.jgrist

29 lines
591 B
Plaintext
Raw Normal View History

{
"parseOptions": {},
"tables": [
{
"table_name": "city",
"column_metadata": [
{
"id": "id",
"type": "Int"
},
{
"id": "city",
"type": ["Space", "Monkey"]
}
],
"table_data": [
[
1,
2
],
[
"Berlin",
"Tokyo"
]
]
}
]
}