Skip to content

Instantly share code, notes, and snippets.

@tango4567
Last active March 4, 2019 18:03
Show Gist options
  • Save tango4567/713afbd649551d0c0c3a3f32057ea58d to your computer and use it in GitHub Desktop.
Save tango4567/713afbd649551d0c0c3a3f32057ea58d to your computer and use it in GitHub Desktop.
Categories JSON sample
//Must Read Comment by Creator
{
"categories": [
{
"key":"key1",
"name": "name",
"img": "image_url"
},
{
"key":"key2",
"name": "name",
"img": "image_url"
}
]
}
@tango4567
Copy link
Author

Important Note
key Remember key must be unique for all categories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment