Skip to content

Instantly share code, notes, and snippets.

@PascalTurbo
Created December 3, 2011 22:43
Show Gist options
  • Select an option

  • Save PascalTurbo/1428387 to your computer and use it in GitHub Desktop.

Select an option

Save PascalTurbo/1428387 to your computer and use it in GitHub Desktop.
{"meal":
{
"id":1,
"price_1":2.2,
"price_2":3.7,
"price_3":5.2,
"color":"#d9261a",
"category":"Komplettmen\u00fc",
"day_id":1,
"main_menu_id":1,
"main_menu":
{
"id":1,
"name":"Scharfes H\u00fchnercurry",
"average_rating":5.0,
"comments":[
{
"comment":
{
"value":"test"
}
}
]
},
"sides":
[
{
"side":
{
"id":1,
"name":"Gem\u00fcsereis"
}
},
{
"side":
{
"id":2,
"name":"Kopfsalat"
}
},
{
"side":
{
"id":3,
"name":"Blumenkohlcremesuppe"
}
},
{
"side":
{
"id":4,
"name":"Dessert"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment