mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-01 03:29:12 -05:00
28 lines
438 B
JSON
28 lines
438 B
JSON
{
|
|
"rows": [
|
|
{
|
|
"id": 0,
|
|
"first name": "tim",
|
|
"last name": "sehn",
|
|
"title": "ceo",
|
|
"start date": "",
|
|
"end date": ""
|
|
},
|
|
{
|
|
"id": 1,
|
|
"first name": "aaron",
|
|
"last name": "son",
|
|
"title": "founder",
|
|
"start date": "",
|
|
"end date": ""
|
|
},
|
|
{
|
|
"id": 2,
|
|
"first name": "brian",
|
|
"last name": "hendricks",
|
|
"title": "founder",
|
|
"start date": "",
|
|
"end date": ""
|
|
}
|
|
]
|
|
} |