Skip to content

Instantly share code, notes, and snippets.

@novalagung
Last active April 8, 2018 02:35
Show Gist options
  • Save novalagung/e2852662a5dc8cc93f5340f367b44b88 to your computer and use it in GitHub Desktop.
Save novalagung/e2852662a5dc8cc93f5340f367b44b88 to your computer and use it in GitHub Desktop.
[
{ "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