mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-06 00:39:40 -06:00
39 lines
576 B
JSON
39 lines
576 B
JSON
{
|
|
"rows": [
|
|
{
|
|
"pk": "a",
|
|
"headerOne": "\"\"",
|
|
"headerTwo": 1
|
|
},
|
|
{
|
|
"pk": "b",
|
|
"headerOne": "",
|
|
"headerTwo": 2
|
|
},
|
|
{
|
|
"pk": "c",
|
|
"headerOne": null,
|
|
"headerTwo": 3
|
|
},
|
|
{
|
|
"pk": "d",
|
|
"headerOne": "row four",
|
|
"headerTwo": null
|
|
},
|
|
{
|
|
"pk": "e",
|
|
"headerOne": "row five",
|
|
"headerTwo": null
|
|
},
|
|
{
|
|
"pk": "f",
|
|
"headerOne": "row six",
|
|
"headerTwo": 6
|
|
},
|
|
{
|
|
"pk": "g",
|
|
"headerOne": null,
|
|
"headerTwo": null
|
|
}
|
|
]
|
|
} |