Skip to content

Instantly share code, notes, and snippets.

@jamiebullock
Created July 3, 2020 13:11
Show Gist options
  • Save jamiebullock/eeeb4c902f298e6dd2d7b293f92305b4 to your computer and use it in GitHub Desktop.
Save jamiebullock/eeeb4c902f298e6dd2d7b293f92305b4 to your computer and use it in GitHub Desktop.
Fake Fruit
{
"Fruit":
[
{
"Name": "Banana",
"Colour": "Yellow"
},
{
"Name": "Apple",
"Colour": "Green"
},
{
"Name": "Orange",
"Colour": "Orange"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment