Skip to content

Instantly share code, notes, and snippets.

@mugan86
Created September 11, 2019 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mugan86/b9fbf80224847b9c7497c7d295247b69 to your computer and use it in GitHub Desktop.
Save mugan86/b9fbf80224847b9c7497c7d295247b69 to your computer and use it in GitHub Desktop.
{
"data": {
"characters": [
{
"id": "1",
"name": "Walter White",
"total_episodes": 62
},
{
"id": "2",
"name": "Jesse Pinkman",
"total_episodes": 62
},
{
"id": "3",
"name": "Skyler White",
"total_episodes": 61
},
{
"id": "4",
"name": "Hank Schrader",
"total_episodes": 51
},
{
"id": "5",
"name": "Marie Schrader",
"total_episodes": 50
},
{
"id": "6",
"name": "Walter White Jr.",
"total_episodes": 53
},
{
"id": "7",
"name": "Gustavo Fring",
"total_episodes": 24
},
{
"id": "8",
"name": "Saul Goodman",
"total_episodes": 36
},
{
"id": "9",
"name": "Mike Ehrmantraut",
"total_episodes": 25
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment