Created
February 7, 2012 12:50
-
-
Save beshkenadze/1759548 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
[ | |
{ | |
"property": { | |
"name": "Default", | |
"data": { | |
"id": 9, | |
"can_delete": true | |
} | |
}, | |
"children": [ | |
{ | |
"property": { | |
"name": "Clothes", | |
"data": { | |
"id": 13, | |
"can_delete": true | |
} | |
}, | |
"children": [ | |
{ | |
"property": { | |
"name": "Female Clothes", | |
"data": { | |
"id": 15, | |
"can_delete": true | |
} | |
} | |
}, | |
{ | |
"property": { | |
"name": "Male Clothes", | |
"data": { | |
"id": 14, | |
"can_delete": true | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"property": { | |
"name": "Phones", | |
"data": { | |
"id": 10, | |
"can_delete": true | |
} | |
}, | |
"children": [ | |
{ | |
"property": { | |
"name": "Cellphones", | |
"data": { | |
"id": 11, | |
"can_delete": true | |
} | |
} | |
}, | |
{ | |
"property": { | |
"name": "House phones", | |
"data": { | |
"id": 12, | |
"can_delete": true | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"property": { | |
"name": "Photo/Video", | |
"data": { | |
"id": 16, | |
"can_delete": true | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"property": { | |
"name": "Navigation", | |
"data": { | |
"id": 17, | |
"can_delete": true | |
} | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment