Skip to content

Instantly share code, notes, and snippets.

@andrewmarmion
Last active January 12, 2024 11:59
Show Gist options
  • Select an option

  • Save andrewmarmion/9069ae5856e2259026a129a434a6655a to your computer and use it in GitHub Desktop.

Select an option

Save andrewmarmion/9069ae5856e2259026a129a434a6655a to your computer and use it in GitHub Desktop.
{
"name": "Val",
"age": 23,
"favourite_colors": [
"blue",
"yellow",
"green"
],
"fav_nums": [
1,
2,
3
],
"address": {
"number": 213,
"street": "Main Street",
"postcode": "E1W 4FD"
},
"pets": [
{
"name": "Fred",
"type": "Cat"
},
{
"name": "Goldie",
"type": "Fish"
}
],
"isHavingFun": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment