Last active
April 8, 2018 02:35
-
-
Save novalagung/e2852662a5dc8cc93f5340f367b44b88 to your computer and use it in GitHub Desktop.
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
[ | |
{ "category": "Fruits", "items": [ | |
{ "name": "Strawberry" }, | |
{ "name": "Melon" }, | |
{ "name": "Orange" }, | |
{ "name": "Blueberry" } | |
] }, | |
{ "category": "Vegetables", "items": [ | |
{ "name": "Carrot" }, | |
{ "name": "Spinach" }, | |
{ "name": "Tomato" } | |
] }, | |
{ "category": "Drinks", "items": [ | |
{ "name": "Coffee" }, | |
{ "name": "Orange Juice" }, | |
{ "name": "Mineral Water" } | |
] } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment