Skip to content

Instantly share code, notes, and snippets.

@coclav
Created June 15, 2021 10:14
Show Gist options
  • Save coclav/116fe601925d7c088388f4ec3e3b7112 to your computer and use it in GitHub Desktop.
Save coclav/116fe601925d7c088388f4ec3e3b7112 to your computer and use it in GitHub Desktop.
{
"columns": [
{
"title": "Your Name",
"key": "name"
},
{
"title": "Your Surname",
"key": "surname"
},
{
"title": "Your age",
"key": "age"
},
{
"title": "Your city",
"key": "city"
}
],
"rows": [
{
"name": "Colin",
"surname": "C",
"age": 1,
"city": "London"
},
{
"name": "Ruben",
"surname": "R",
"age": 1,
"city": "Madrid"
},
{
"name": "Dave",
"surname": "I",
"age": 1,
"city": "Manila"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment