Skip to content

Instantly share code, notes, and snippets.

@beck03076
Created December 22, 2015 17:15
Show Gist options
  • Save beck03076/065e9d35c2efb6e58b36 to your computer and use it in GitHub Desktop.
Save beck03076/065e9d35c2efb6e58b36 to your computer and use it in GitHub Desktop.
{
"response": [{
"name": "Food",
"description": "This is food",
"image": "http://asdf.com",
"keywords": "eat, pray, love",
"subcategories": [{
"name": "burger",
"description": "this is nonveg",
"image": "http://io.io",
"keywords": "ok ok"
}, {
"name": "burger",
"description": "this is nonveg",
"image": "http://io.io",
"keywords": "ok ok"
}, {
"name": "burger",
"description": "this is nonveg",
"image": "http://io.io",
"keywords": "ok ok"
}],
"name": "Food",
"description": "This is food",
"image": "http://asdf.com",
"keywords": "eat, pray, love",
"subcategories": []
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment