Skip to content

Instantly share code, notes, and snippets.

@alex-cellcity
Created August 11, 2010 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex-cellcity/518756 to your computer and use it in GitHub Desktop.
Save alex-cellcity/518756 to your computer and use it in GitHub Desktop.
{
"status": true,
"list": [
{
"categoryId": 1,
"categoryName": "Bla bla",
"parentCategoryId": 0,
"imageUrl": "http://www.google.com/logo.jpg",
"subCategorires": [
{
"categoryId": 11,
"categoryName": "Bla bla",
"parentCategoryId": 1,
"imageUrl": "http://www.google.com/logo.jpg"
},
{
"categoryId": 12,
"categoryName": "Bla bla",
"parentCategoryId": 1,
"imageUrl": "http://www.google.com/logo.jpg"
},
{
"categoryId": 13,
"categoryName": "Bla bla",
"parentCategoryId": 1,
"imageUrl": "http://www.google.com/logo.jpg"
}
]
},
{
"categoryId": 2,
"categoryName": "Bla bla",
"parentCategoryId": 0,
"imageUrl": "http://www.google.com/logo.jpg"
},
{
"categoryId": 3,
"categoryName": "Bla bla",
"parentCategoryId": 0,
"imageUrl": "http://www.google.com/logo.jpg"
},
{
"categoryId": 4,
"categoryName": "Bla bla",
"parentCategoryId": 0,
"imageUrl": "http://www.google.com/logo.jpg"
},
{
"categoryId": 5,
"categoryName": "Bla bla",
"parentCategoryId": 0,
"imageUrl": "http://www.google.com/logo.jpg"
},
{
"categoryId": 6,
"categoryName": "Bla bla",
"parentCategoryId": 0,
"imageUrl": "http://www.google.com/logo.jpg"
},
{
"categoryId": 7,
"categoryName": "Bla bla",
"parentCategoryId": 0,
"imageUrl": "http://www.google.com/logo.jpg"
},
{
"categoryId": 8,
"categoryName": "Bla bla",
"parentCategoryId": 0,
"imageUrl": "http://www.google.com/logo.jpg"
},
{
"categoryId": 9,
"categoryName": "Bla bla",
"parentCategoryId": 0,
"imageUrl": "http://www.google.com/logo.jpg"
},
{
"categoryId": 10,
"categoryName": "Bla bla",
"parentCategoryId": 0,
"imageUrl": "http://www.google.com/logo.jpg"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment