Created
April 30, 2020 02:40
-
-
Save eduardopc/f94c9c78987743145019b4704d4f0c19 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
{ | |
"characters": [ | |
{ | |
"id": 1, | |
"name": "Walter White", | |
"age": 58 | |
}, | |
{ | |
"id": 2, | |
"name": "Michael Scofield", | |
"age": 50 | |
}, | |
{ | |
"id": 3, | |
"name": "Gregory House", | |
"age": 65 | |
}, | |
{ | |
"id": 4, | |
"name": "Michael Scott", | |
"age": 48 | |
}, | |
{ | |
"id": 5, | |
"name": "Tyrion Lannister", | |
"age": 42 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment