Skip to content

Instantly share code, notes, and snippets.

@eduardopc
Created April 30, 2020 02:40
Show Gist options
  • Save eduardopc/f94c9c78987743145019b4704d4f0c19 to your computer and use it in GitHub Desktop.
Save eduardopc/f94c9c78987743145019b4704d4f0c19 to your computer and use it in GitHub Desktop.
{
"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