Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. [
  2. {
  3. "id" : "group_1",
  4. "icon" : "res/assets/icons/group_01_.png",
  5. "name" : "Еда",
  6. "crafts": [
  7. {
  8. "ingredients" : [
  9. {
  10. "name" : "Колбаса",
  11. "image" : "res/assets/cards/card_01.png"
  12. },
  13. {
  14. "name" : "Хлеб",
  15. "image" : "res/assets/cards/card_01.png"
  16. }
  17. ],
  18. "result" : {
  19. "name" : "Бутерброд",
  20. "image" : "res/assets/cards/card_01.png"
  21. }
  22. }
  23. ]
  24. }
  25. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement