Created
July 3, 2020 13:11
-
-
Save jamiebullock/eeeb4c902f298e6dd2d7b293f92305b4 to your computer and use it in GitHub Desktop.
Fake Fruit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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