1{ 2 "cards": [ 3 { 4 "type": "GRID_SQUARE", 5 "title": "Nüsse", 6 "description": "$3.99/lb", 7 "localImageResource": "food_01" 8 }, 9 { 10 "type": "GRID_SQUARE", 11 "title": "Undefinierbar", 12 "description": "$3.99/lb", 13 "localImageResource": "food_02" 14 }, 15 { 16 "type": "GRID_SQUARE", 17 "title": "Brocoli", 18 "description": "$3.99/lb", 19 "localImageResource": "food_03" 20 }, 21 { 22 "type": "GRID_SQUARE", 23 "title": "Salat", 24 "description": "$3.99/lb", 25 "localImageResource": "food_04" 26 }, 27 { 28 "type": "GRID_SQUARE", 29 "title": "Große Radischen", 30 "description": "$3.99/lb", 31 "localImageResource": "food_05" 32 }, 33 { 34 "type": "GRID_SQUARE", 35 "title": "Rote Zwiebeln", 36 "description": "$3.99/lb", 37 "localImageResource": "food_06" 38 }, 39 { 40 "type": "GRID_SQUARE", 41 "title": "Lauch", 42 "description": "$3.99/lb", 43 "localImageResource": "food_07" 44 }, 45 { 46 "type": "GRID_SQUARE", 47 "title": "Exotisches Zeugs", 48 "description": "$3.99/lb", 49 "localImageResource": "food_08" 50 }, 51 { 52 "type": "GRID_SQUARE", 53 "title": "Zitronen", 54 "description": "$3.99/lb", 55 "localImageResource": "food_09" 56 }, 57 { 58 "type": "GRID_SQUARE", 59 "title": "Meerirgendwas", 60 "description": "$3.99/lb", 61 "localImageResource": "food_10" 62 }, 63 { 64 "type": "GRID_SQUARE", 65 "title": "Irgendein Kohl", 66 "description": "$3.99/lb", 67 "localImageResource": "food_11" 68 }, 69 { 70 "type": "GRID_SQUARE", 71 "title": "Apfel", 72 "description": "$3.99/lb", 73 "localImageResource": "food_12" 74 }, 75 { 76 "type": "GRID_SQUARE", 77 "title": "Mehr Äpfel", 78 "description": "$3.99/lb", 79 "localImageResource": "food_13" 80 }, 81 { 82 "type": "GRID_SQUARE", 83 "title": "Tomaten", 84 "description": "$3.99/lb", 85 "localImageResource": "food_14" 86 } 87 ] 88}