Skip to content

Instantly share code, notes, and snippets.

@vkli
Last active November 23, 2018 03:25
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 vkli/589e51f0322a1af3ff54d9d998b10a85 to your computer and use it in GitHub Desktop.
Save vkli/589e51f0322a1af3ff54d9d998b10a85 to your computer and use it in GitHub Desktop.
[{
"name":"Harry Potter",
"title":"Gryffindor",
"age": 18,
"bonus": "comet"
},
{
"name":"Dumbledore",
"title":"Hogwarts",
"age":77,
"bonus": "phoenix"
},
{
"name":"Luna Lovegood",
"title":"Ravenclaw",
"age":19,
"bonus": "spectraspecs"
},
{
"name":"Severus Snape",
"title":"Slytherin",
"age":59,
"bonus": "potions"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment