Created
June 15, 2021 10:14
-
-
Save coclav/116fe601925d7c088388f4ec3e3b7112 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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