Skip to content

Instantly share code, notes, and snippets.

@DeeJayTC
Last active November 12, 2019 15:52
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 DeeJayTC/ac970114ed5fa37dbbb6b1abaf7fbb20 to your computer and use it in GitHub Desktop.
Save DeeJayTC/ac970114ed5fa37dbbb6b1abaf7fbb20 to your computer and use it in GitHub Desktop.
{
"title": "My list of people:",
"count": 4,
"people": [{
"firstName": "Micky",
"lastName": "Mouse",
"age": 44
},
{
"firstName": "Donald",
"lastName": "Duck",
"age": 12
},
{
"firstName": "Harry",
"lastName": "Potter",
"age": 18
},
{
"firstName": "Matt",
"lastName": "Hidinger",
"age": "28"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment