Skip to content

Instantly share code, notes, and snippets.

@annabranco
Last active August 11, 2018 07:11
Show Gist options
  • Save annabranco/4dc2519a8d4c1c49a305649c06f37d7e to your computer and use it in GitHub Desktop.
Save annabranco/4dc2519a8d4c1c49a305649c06f37d7e to your computer and use it in GitHub Desktop.
JSON
[
{
"name": "Nymphadora Tonks",
"species": "human (metamorphmagus)",
"gender": "female",
"house": "Hufflepuff",
"dateOfBirth": "",
"yearOfBirth": 1973,
"ancestry": "half-blood",
"eyeColour": "variable (dark)",
"hairColour": "variable (bubble gum pink; biologically light brown)",
"wand": {
"wood": "rowan",
"core": "unicorn hair",
"length": 11
},
"patronus": "rabbit/wolf",
"hogwartsStudent": false,
"hogwartsStaff": false,
"actor": "Natalia Tena",
"alive": false,
"image": "https://raw.githubusercontent.com/Adalab/dorcas-s3-evaluacion-final-annabranco/master/src/newDB/NymphadoraTonks.jpg"
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment