2 changed files with 32 additions and 2 deletions
@ -0,0 +1,19 @@ |
|||
[ |
|||
{ |
|||
"name": "Cat1", |
|||
"items": [ |
|||
{ |
|||
"name": "Item1", |
|||
"description": "Description of Item1", |
|||
"url": "http://www.example.com/item1", |
|||
"image": "http://www.example.com/item1.png" |
|||
}, |
|||
{ |
|||
"name": "Item2", |
|||
"description": "Description of Item2", |
|||
"url": "http://www.example.com/item2", |
|||
"image": "http://www.example.com/item2.png" |
|||
} |
|||
] |
|||
} |
|||
] |
Loading…
Reference in new issue