Skip to content

Instantly share code, notes, and snippets.

@rooksoto
Created September 11, 2016 14:35
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 rooksoto/4f8bf80c299c8e28630397001a9fe6c0 to your computer and use it in GitHub Desktop.
Save rooksoto/4f8bf80c299c8e28630397001a9fe6c0 to your computer and use it in GitHub Desktop.
{
"Class": "Student",
"First_Name": "Rafael",
"Last_Name": "Soto",
"ID_Number": 123456789,
"Favorite_Foods": [
{
"First_Fav_Food": "Pizza"
},
{
"Second_Fav_Food": "Lasagna"
},
{
"Third_Fav_Food": "Olives"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment