Advertisement
vernathic

[WebDev]json_breakfast_v0.1

Feb 1st, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {"Breakfast":
  2.     [
  3.         {"Meal":
  4.             [
  5.                 {"Pancakes":
  6.                     [  
  7.                         { "name": "American pancakes", "price": "1,1", "option": "", "group":"????", "image": "american_pancake.jpg" },
  8.                         { "name": "Crepes", "price": "1,1", "image": "crepes.jpg" },
  9.                     ]
  10.                 },
  11.                 {"Cereals":
  12.                     [
  13.                         { "name": "Oats", "price": "0,8", "image": "oatmeal.jpg",
  14.                             "extras":
  15.                                 [
  16.                                    
  17.                                 ]
  18.                         },
  19.                         { "name": "Corn flakes", "price": "0,8", "image": "corn_flakes.jpg" },
  20.                         { "name": "Rice flakes", "price": "0,8", "image": "rice_flakes.jpg" },
  21.                     ]
  22.                 }
  23.             ]
  24.         },
  25.         {"Drink":
  26.             [  
  27.                 { "name": "", "price": "", "image": "**.jpg" },
  28.                
  29.             ]
  30.         }
  31.     ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement