Skip to content

Instantly share code, notes, and snippets.

@laander
Created July 18, 2014 18:42
Show Gist options
  • Save laander/0fec755dda110c8df835 to your computer and use it in GitHub Desktop.
Save laander/0fec755dda110c8df835 to your computer and use it in GitHub Desktop.
Test export from JE with array-based lists
[{
"title": "Kundernes favorit",
"items": [{
"id": "33",
"title": "Husets Specialitet",
"description": "Pizza med tomat, ost, kebab, salat og creme fraiche",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "150,00"
}]
}]
}, {
"title": "Drikke",
"items": [{
"id": "271",
"title": "1,5 L sodavand",
"description": "Coca-Cola / Coca-Cola Zero\nFanta / Faxe Kondi",
"price": "34,00"
}, {
"id": "272",
"title": "0,5 L sodavand",
"description": "Coca-Cola / Fanta\nFaxe Kondi",
"price": "23,00"
}, {
"id": "273",
"title": "0,5 L Cocio",
"description": "",
"price": "23,00"
}, {
"id": "274",
"title": "Øl",
"description": "Carlsberg / Tuborg",
"price": "15,00"
}, {
"id": "275",
"title": "1 flaske vin",
"description": "Rødvin / Hvidvin",
"price": "75,00"
}, {
"id": "276",
"title": "3 flasker vin",
"description": "Rødvin / Hvidvin",
"price": "189,00"
}]
}, {
"title": "Menuer",
"items": [{
"id": "251",
"title": "Hjemmelavet Burger Menu",
"description": "Med kartoffelbåde eller pommes frites, salatmayonnaise og 0,5 L Coca-Cola",
"price": "79,00"
}, {
"id": "252",
"title": "Hjemmelavet Pitabrød Menu",
"description": "Med kartoffelbåde eller pommes frites, salatmayonnaise og 0,5 L Coca-Cola",
"price": "79,00"
}, {
"id": "253",
"title": "Mexicansk Burger Menu",
"description": "Med kartoffelbåde eller pommes frites, salatmayonnaise og 0,5 L Coca-Cola",
"price": "85,00"
}]
}, {
"title": "Pizza",
"items": [{
"id": "1",
"title": "Esperia",
"description": "Med tomat, ost, kebab, gorgonzola og pepperoni",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "2",
"title": "Vesuvio",
"description": "Med tomat, ost og skinke",
"variants": [{
"name": "Alm",
"price": "58,00"
}, {
"name": "Deep Pan",
"price": "76,00"
}, {
"name": "Fam",
"price": "126,00"
}]
}, {
"id": "3",
"title": "Sams",
"description": "Med tomat, ost, skinke og pepperoni",
"variants": [{
"name": "Alm",
"price": "66,00"
}, {
"name": "Deep Pan",
"price": "84,00"
}, {
"name": "Fam",
"price": "144,00"
}]
}, {
"id": "4",
"title": "Serkan",
"description": "Med tomat, ost og kebab (shawarma)",
"variants": [{
"name": "Alm",
"price": "58,00"
}, {
"name": "Deep Pan",
"price": "76,00"
}, {
"name": "Fam",
"price": "130,00"
}]
}, {
"id": "5",
"title": "Pascara",
"description": "Med tomat, ost, pepperoni, hakket oksekød, gorgonzola, chili og hvidløg",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "6",
"title": "Capricciosa",
"description": "Med tomat, ost, skinke og champignon",
"variants": [{
"name": "Alm",
"price": "63,00"
}, {
"name": "Deep Pan",
"price": "81,00"
}, {
"name": "Fam",
"price": "136,00"
}]
}, {
"id": "7",
"title": "Quatro Stagioni",
"description": "Med tomat, ost, skinke, rejer og champignon",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep Pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "150,00"
}]
}, {
"id": "8",
"title": "Calzone (Indbagt)",
"description": "Med tomat, ost og skinke",
"price": "59,00"
}, {
"id": "9",
"title": "Parma",
"description": "Med tomat, ost, gorgonzola, løg og parmaskinke",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "10",
"title": "Beko",
"description": "Med tomat, ost, kebab, kylling og tacosauce",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "11",
"title": "Parmaskinke",
"description": "Med tomat, ost, gorgonzola, parmaskinke og artiskok",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "12",
"title": "Italiana",
"description": "Med tomat, ost og bolognese (kødsauce)",
"variants": [{
"name": "Alm",
"price": "58,00"
}, {
"name": "Deep Pan",
"price": "76,00"
}, {
"name": "Fam",
"price": "126,00"
}]
}, {
"id": "13",
"title": "Pepperoni",
"description": "Med tomat, ost og pepperoni",
"variants": [{
"name": "Alm",
"price": "58,00"
}, {
"name": "Deep Pan",
"price": "76,00"
}, {
"name": "Fam",
"price": "126,00"
}]
}, {
"id": "14",
"title": "Verona",
"description": "Med tomat, ost, pepperoni og ananas",
"variants": [{
"name": "Alm",
"price": "63,00"
}, {
"name": "Deep Pan",
"price": "81,00"
}, {
"name": "Fam",
"price": "136,00"
}]
}, {
"id": "15",
"title": "Margherita",
"description": "Med tomat og ost",
"variants": [{
"name": "Alm",
"price": "49,00"
}, {
"name": "Deep Pan",
"price": "67,00"
}, {
"name": "Fam",
"price": "110,00"
}]
}, {
"id": "16",
"title": "Vegetariana",
"description": "Med tomat, ost, oliven, champignon, løg, paprika og ananas",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep Pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "154,00"
}]
}, {
"id": "17",
"title": "Hellas",
"description": "Med tomat, ost, gorgonzola og kebab",
"variants": [{
"name": "Alm",
"price": "67,00"
}, {
"name": "Deep Pan",
"price": "85,00"
}, {
"name": "Fam",
"price": "144,00"
}]
}, {
"id": "18",
"title": "Matador",
"description": "Med tomat, ost, kødstrimler, stegte løg, champignon, paprika og bearnaise",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "19",
"title": "Mama Mia",
"description": "Med tomat, ost, kebab og bacon",
"variants": [{
"name": "Alm",
"price": "67,00"
}, {
"name": "Deep Pan",
"price": "85,00"
}, {
"name": "Fam",
"price": "144,00"
}]
}, {
"id": "20",
"title": "Solo Mio",
"description": "Med tomat, ost, champignon, løg og oksekødstrimler",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep Pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "150,00"
}]
}, {
"id": "21",
"title": "Balkan",
"description": "STÆRK - Med tomat, ost, kebab, champignon, løg og chili",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep Pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "150,00"
}]
}, {
"id": "22",
"title": "Amore",
"description": "Med tomat, ost, tunfisk og rejer",
"variants": [{
"name": "Alm",
"price": "67,00"
}, {
"name": "Deep Pan",
"price": "85,00"
}, {
"name": "Fam",
"price": "144,00"
}]
}, {
"id": "23",
"title": "Kartofler",
"description": "Med tomat, ost, kartofler, kødstrimler, frisk tomat og pestosauce",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep Pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "24",
"title": "Al Salmone",
"description": "Med tomat, ost, røget laks, rucola og dilddressing",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep Pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "25",
"title": "Spinat",
"description": "Med tomat, ost, spinat, pepperoni og gorgonzola",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep Pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "150,00"
}]
}, {
"id": "26",
"title": "Spinat 2",
"description": "Med tomat, ost, spinat, fetaost og frisk tomat",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep Pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "150,00"
}]
}, {
"id": "27",
"title": "Oriental Pizza",
"description": "Med tomat, ost, kylling, løg og paprika",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep Pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "150,00"
}]
}, {
"id": "28",
"title": "Calzone Special (Indbagt)",
"description": "Med tomat, ost, skinke og kødsauce",
"price": "66,00"
}, {
"id": "29",
"title": "Marina",
"description": "Med tomat, ost, kødstrimler, champignon og paprika",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep Pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "150,00"
}]
}, {
"id": "30",
"title": "Rimini",
"description": "Med tomat, ost, skinke og hakket oksekød",
"variants": [{
"name": "Alm",
"price": "67,00"
}, {
"name": "Deep Pan",
"price": "85,00"
}, {
"name": "Fam",
"price": "144,00"
}]
}, {
"id": "31",
"title": "Americana",
"description": "Med tomat, ost, hakket oksekød, paprika og løg",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep Pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "150,00"
}]
}, {
"id": "32",
"title": "Hawaii",
"description": "Med tomat, ost, skinke og ananas",
"variants": [{
"name": "Alm",
"price": "64,00"
}, {
"name": "Deep Pan",
"price": "82,00"
}, {
"name": "Fam",
"price": "136,00"
}]
}, {
"id": "33",
"title": "Husets Specialitet",
"description": "Med tomat, ost, kebab, salat og creme fraiche",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep Pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "150,00"
}]
}, {
"id": "34",
"title": "Asen",
"description": "Med tomat, ost, skinke, cocktailpølser og pepperoni",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "156,00"
}]
}, {
"id": "35",
"title": "Musi",
"description": "Med tomat, ost, skinke, bacon og pepperoni",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "156,00"
}]
}, {
"id": "36",
"title": "Deniz",
"description": "Med tomat, ost, kylling, pepperoni og bacon",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep Pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "150,00"
}]
}, {
"id": "37",
"title": "Gorgonzola",
"description": "Med tomat, ost, skinke, gorgonzola og løg",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep Pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "150,00"
}]
}, {
"id": "38",
"title": "Emdrup",
"description": "Med tomat, ost, skinke, salat og creme fraiche",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep Pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "150,00"
}]
}, {
"id": "39",
"title": "Melissa",
"description": "Med tomat, ost, kylling, salat og creme fraiche",
"variants": [{
"name": "Alm",
"price": "69,00"
}, {
"name": "Deep pan",
"price": "87,00"
}, {
"name": "Fam",
"price": "150,00"
}]
}, {
"id": "140",
"title": "Quatro Formaggi",
"description": "Med tomat, ost, fetaost, gorgonzola, høvlet parmesanost, rucolasalat og pestodressing",
"price": "69,00"
}, {
"id": "140",
"title": "Quatro Formaggi",
"description": "Med tomat, ost, fetaost, gorgonzola, høvlet parmesanost, rucolasalat og pestodressing",
"price": "87,00"
}, {
"id": "140",
"title": "Quatro Formaggi",
"description": "Med tomat, ost, fetaost, gorgonzola, høvlet parmesanost, rucolasalat og pestodressing",
"price": "150,00"
}, {
"id": "141",
"title": "Parmaskinke 2",
"description": "Med tomat, ost, lufttørret skinke, frisk tomat, høvlet parmesanost, rucolasalat og pestodressing",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "142",
"title": "Serhat",
"description": "Med tomat, ost, røget laks, friske tomater, rucola og løg",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "143",
"title": "Pepperoni",
"description": "Med tomat, ost, pepperoni, frisk tomat, høvlet parmesanost, rucolasalat og pestodressing",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "144",
"title": "Mix",
"description": "Med tomat, ost, cocktailpølser, pepperoni, lufttørret skinke, rucolasalat og pestodressing",
"variants": [{
"name": "Alm",
"price": "75,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "154,00"
}]
}]
}, {
"title": "Mexicanske Pizzaer",
"items": [{
"id": "125",
"title": "Mexicana",
"description": "STÆRK - Med tomat, ost, pepperoni, hakket oksekød, jalapenos, løg og tacosauce",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "126",
"title": "Azteka",
"description": "STÆRK - Med tomat, ost, kebab (oksekød), paprika, chili, hvidløg, tacosauce og jalapenos",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "127",
"title": "Acapulco",
"description": "STÆRK - Med tomat, ost, skinke, rejer, jalapenos, champignon, tacosauce og frisk tomat",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "128",
"title": "Inca",
"description": "STÆRK - Med tomat, ost, pepperoni, kebab, tacosauce og jalapenos",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "129",
"title": "Montesuma",
"description": "STÆRK - Med tomat, ost, kylling, hakket oksekød, jalapenos og tacosauce",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "132",
"title": "Eldorado",
"description": "STÆRK - Med tomat, ost, skinke, kødsauce, jalapenos og tacosauce",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep Pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}]
}, {
"title": "Hvid Pizza",
"items": [{
"id": "147",
"title": "Becone",
"description": "Med mascarpone, ost, kylling, bacon, paprika og jalapenos",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "148",
"title": "Parma 2",
"description": "Med mascarpone, ost, lufttørret skinke, gorgonzola, tomater og rucola",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "149",
"title": "Kartofler 3",
"description": "Med mascarpone, ost, kartofler, bacon, rosmarin og pesto",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}, {
"id": "150",
"title": "Carne Di Firente",
"description": "Med mascarpone, ost, pepperoni, lufttørret skinke, rucola, cocktailpølser og pesto",
"variants": [{
"name": "Alm",
"price": "72,00"
}, {
"name": "Deep pan",
"price": "90,00"
}, {
"name": "Fam",
"price": "158,00"
}]
}]
}, {
"title": "Special Burgers",
"items": [{
"id": "170",
"title": "Stor American Cheese Burger",
"description": "Cheese Burger med salat, tomat, agurk, løg, thousand island dressing, creme fraiche og salatmayonnaise. Serveres med kartoffelbåde, nachos med cheddarost, jalapenos, guacamole og salsa",
"price": "110,00"
}, {
"id": "171",
"title": "Stor American Bacon Burger",
"description": "Med salat, tomat, agurk, løg, thousand\nisland dressing, creme fraiche og salatmayonnaise.\nServeres med kartoffelbåde, nachos med cheddarost,\njalapenos, guacamole og salsa",
"price": "110,00"
}, {
"id": "172",
"title": "Stor American Cheese Bacon Burger",
"description": "Med salat, tomat, agurk, løg, thousand island\ndressing, creme fraiche, salatmayonnaise.\nServeres med kartoffelbåde, nachos med cheddarost, jalapenos, guacamole og salsa",
"price": "120,00"
}]
}, {
"title": "Hjemmelavet Burger",
"items": [{
"id": "121",
"title": "Okse Classic",
"description": "",
"price": "47,00"
}, {
"id": "122",
"title": "Okse Cheese",
"description": "",
"price": "50,00"
}, {
"id": "123",
"title": "Okse Bacon",
"description": "",
"price": "50,00"
}, {
"id": "124",
"title": "Okse Cheese Bacon",
"description": "",
"price": "52,00"
}, {
"id": "151",
"title": "Mex Classic",
"description": "Med guacamole, jalapenos og tacosauce",
"price": "48,00"
}, {
"id": "152",
"title": "Mex Cheese",
"description": "Med guacamole, jalapenos og tacosauce",
"price": "52,00"
}, {
"id": "153",
"title": "Mex Bacon",
"description": "Med guacamole, jalapenos og tacosauce",
"price": "52,00"
}, {
"id": "154",
"title": "Mex Bacon Cheese",
"description": "Med guacamole, jalapenos og tacosauce",
"price": "54,00"
}]
}, {
"title": "Buggi Burger",
"items": [{
"id": "175",
"title": "Classic Buggi Burger",
"description": "320g",
"price": "69,00"
}, {
"id": "176",
"title": "Cheese Buggi Burger",
"description": "320g",
"price": "74,00"
}, {
"id": "177",
"title": "Bacon Buggi Burger",
"description": "320g",
"price": "74,00"
}, {
"id": "178",
"title": "Bacon Cheese Buggi Burger",
"description": "320g med bacon og ost",
"price": "82,00"
}]
}, {
"title": "Burger",
"items": [{
"id": "94",
"title": "Kylling Burger",
"description": "",
"price": "40,00"
}, {
"id": "95",
"title": "Esperia Burger",
"description": "Med bacon og ost",
"price": "45,00"
}, {
"id": "96",
"title": "Stor Burger",
"description": "",
"price": "40,00"
}, {
"id": "97",
"title": "Dobbelt Burger",
"description": "",
"price": "49,00"
}, {
"id": "98",
"title": "Bacon Burger",
"description": "",
"price": "42,00"
}, {
"id": "99",
"title": "Dobbelt Bacon Burger",
"description": "",
"price": "54,00"
}, {
"id": "100",
"title": "Cheese Burger",
"description": "",
"price": "42,00"
}, {
"id": "101",
"title": "Dobbelt Cheese Burger",
"description": "",
"price": "54,00"
}, {
"id": "102",
"title": "Chili Burger",
"description": "",
"price": "40,00"
}, {
"id": "103",
"title": "Dobbelt Cheese Bacon Burger",
"description": "",
"price": "58,00"
}]
}, {
"title": "Hjemmelavet Pitabrød",
"items": [{
"id": "66",
"title": "Esperia Bøf",
"description": "",
"price": "42,00"
}, {
"id": "67",
"title": "Oksekødstrimler",
"description": "",
"price": "42,00"
}, {
"id": "68",
"title": "Græsk Bøf",
"description": "STÆRK",
"price": "42,00"
}, {
"id": "70",
"title": "Tunfisk",
"description": "",
"price": "42,00"
}, {
"id": "71",
"title": "Kylling",
"description": "",
"price": "42,00"
}, {
"id": "72",
"title": "Kebab",
"description": "Shawarma",
"price": "42,00"
}, {
"id": "74",
"title": "Skinke",
"description": "",
"price": "42,00"
}, {
"id": "75",
"title": "Falafel",
"description": "",
"price": "38,00"
}]
}, {
"title": "Durum",
"items": [{
"id": "130",
"title": "Dürümrulle",
"description": "Hjemmelavet. Vælg mellem:",
"variants": [{
"name": "Esperia Bøf",
"price": "55,00"
}, {
"name": "Falafel",
"price": "55,00"
}, {
"name": "Kebab",
"price": "55,00"
}, {
"name": "Kylling",
"price": "55,00"
}, {
"name": "Oksekødstrimler",
"price": "55,00"
}, {
"name": "Skinke",
"price": "55,00"
}, {
"name": "Tun",
"price": "55,00"
}]
}]
}, {
"title": "Pizzasandwich",
"items": [{
"id": "111",
"title": "Esperia Bøf",
"description": "",
"price": "55,00"
}, {
"id": "112",
"title": "Kebab",
"description": "Kødstrimler",
"price": "55,00"
}, {
"id": "113",
"title": "Oksekødstrimler",
"description": "",
"price": "55,00"
}, {
"id": "114",
"title": "Skinke",
"description": "",
"price": "55,00"
}, {
"id": "115",
"title": "Tunfisk",
"description": "",
"price": "55,00"
}, {
"id": "116",
"title": "Kylling",
"description": "",
"price": "55,00"
}, {
"id": "117",
"title": "Falafel",
"description": "",
"price": "55,00"
}, {
"id": "118",
"title": "Parmaskinke",
"description": "",
"price": "59,00"
}, {
"id": "119",
"title": "Pepperoni",
"description": "",
"price": "55,00"
}, {
"id": "120",
"title": "Røget laks",
"description": "",
"price": "59,00"
}]
}, {
"title": "Grillretter",
"items": [{
"id": "78",
"title": "½ Kylling",
"description": "Uden tilbehør",
"price": "44,00"
}, {
"id": "79",
"title": "½ Grill kylling",
"description": "Med salat, kartoffelbåde og remoulade",
"price": "74,00"
}, {
"id": "80",
"title": "½ Kylling",
"description": "Med salat, pommes frites og remoulade",
"price": "69,00"
}, {
"id": "84",
"title": "Chicken Dipper",
"description": "6 stk. med remoulade",
"price": "40,00"
}, {
"id": "85",
"title": "Chicken Dipper",
"description": "9 stk, med salat, pommes frites og remoulade",
"price": "69,00"
}, {
"id": "87",
"title": "Fiskefilet",
"description": "2 stk. rødspættefileter med salat, pommes frites og remoulade",
"price": "69,00"
}]
}, {
"title": "Salater",
"items": [{
"id": "93A",
"title": "Mixed Grøn Salat",
"description": "",
"price": "39,00"
}, {
"id": "93B",
"title": "Kylling Salat",
"description": "",
"price": "48,00"
}, {
"id": "93C",
"title": "Shawarma Salat",
"description": "",
"price": "48,00"
}, {
"id": "93D",
"title": "Skinke salat",
"description": "",
"price": "48,00"
}, {
"id": "93E",
"title": "Græsk Salat",
"description": "Med fetaost og oliven",
"price": "48,00"
}, {
"id": "93F",
"title": "Tunfisk Salat",
"description": "Med citron",
"price": "48,00"
}]
}, {
"title": "Pastaretter",
"items": [{
"id": "41",
"title": "Fettuccine",
"description": "Med kødsauce",
"price": "69,00"
}, {
"id": "42",
"title": "Fettuccine",
"description": "Med gorgonzola og tomat-flødesauce",
"price": "69,00"
}, {
"id": "44",
"title": "Fettuccine",
"description": "Med røget laks og tomat-flødesauce",
"price": "79,00"
}, {
"id": "45",
"title": "Fettuccine",
"description": "Med spinat, gorgonzola og tomat-flødesauce",
"price": "79,00"
}, {
"id": "46",
"title": "Fettuccine",
"description": "Med skinke, champignon og tomat-flødesauce",
"price": "79,00"
}, {
"id": "47",
"title": "Fettuccine Bulla",
"description": "Med bacon, champignon og tomat-flødesauce",
"price": "79,00"
}, {
"id": "48",
"title": "Fettuccine Prosciutto",
"description": "Med skinke, kylling og tomat-flødesauce",
"price": "79,00"
}, {
"id": "49",
"title": "Fettuccine",
"description": "Med kebab, løg, champignon og tomat-flødesauce",
"price": "85,00"
}, {
"id": "50",
"title": "Fettuccine",
"description": "Med skinke, bacon og tomat-flødesauce",
"price": "79,00"
}]
}, {
"title": "A La Carte",
"items": [{
"id": "51",
"title": "Engelsk Bøf",
"description": "Ca. 250g med bløde løg og bearnaisesauce",
"price": "109,00"
}, {
"id": "52",
"title": "Stegt Kyllingebryst",
"description": "2 stk. med gorgonzola- eller bearnaisesauce",
"variants": [{
"name": "Bearnaisesauce",
"price": "95,00"
}, {
"name": "Gorgonzolasauce",
"price": "95,00"
}]
}, {
"id": "53",
"title": "Grill mix",
"description": "Kyllingebryst, bøf og oksefilet med gorgonzola- eller bearnaisesauce",
"variants": [{
"name": "Bearnaisesauce",
"price": "109,00"
}, {
"name": "Gorgonzolasauce",
"price": "109,00"
}]
}, {
"id": "54",
"title": "Lammekoteletter",
"description": "3 stk. med gorgonzola- eller bearnaisesauce",
"variants": [{
"name": "Bearnaisesauce",
"price": "109,00"
}, {
"name": "Gorgonzolasauce",
"price": "109,00"
}]
}, {
"id": "55",
"title": "Fransk Peberbøf",
"description": "Ca. 250g oksefilet (stærk) med gorgonzola- eller bearnaisesauce",
"variants": [{
"name": "Bearnaisesauce",
"price": "109,00"
}, {
"name": "Gorgonzolasauce",
"price": "109,00"
}]
}, {
"id": "56",
"title": "Esperia Bøf",
"description": "Med gorgonzola- eller bearnaisesauce",
"variants": [{
"name": "Bearnaisesauce",
"price": "85,00"
}, {
"name": "Gorgonzolasauce",
"price": "85,00"
}]
}, {
"id": "57",
"title": "Græsk Bøf",
"description": "STÆRK - Ca. 250g med gorgonzola- eller bearnaisesauce",
"variants": [{
"name": "Bearnaisesauce",
"price": "85,00"
}, {
"name": "Gorgonzolasauce",
"price": "85,00"
}]
}, {
"id": "58",
"title": "Shawarma Ret",
"description": "Med gorgonzola- eller bearnaisesauce",
"variants": [{
"name": "Bearnaisesauce",
"price": "79,00"
}, {
"name": "Gorgonzolasauce",
"price": "79,00"
}]
}, {
"id": "59",
"title": "Grill mix",
"description": "Kyllingebryst, oksefilet, lammekotelet og bearnaise- eller gorgonzolasauce",
"variants": [{
"name": "Bearnaisesauce",
"price": "109,00"
}, {
"name": "Gorgonzolasauce",
"price": "109,00"
}]
}]
}, {
"title": "Nachos",
"items": [{
"id": "155",
"title": "Nachos",
"description": "",
"price": "60,00"
}, {
"id": "156",
"title": "Nachos med Kylling",
"description": "",
"price": "69,00"
}, {
"id": "157",
"title": "Nachos med Hakket Oksekød",
"description": "",
"price": "69,00"
}, {
"id": "158",
"title": "Nachos med kebab",
"description": "",
"price": "69,00"
}, {
"id": "159",
"title": "Nachos med Oksekødstrimler",
"description": "",
"price": "69,00"
}]
}, {
"title": "Grillmad",
"items": [{
"id": "89",
"title": "Pommes Frites",
"description": "",
"variants": [{
"name": "Lille",
"price": "25,00"
}, {
"name": "Stor",
"price": "30,00"
}]
}, {
"id": "90",
"title": "Kartoffelbåde",
"description": "",
"variants": [{
"name": "Lille",
"price": "29,00"
}, {
"name": "Stor",
"price": "35,00"
}]
}, {
"id": "92",
"title": "Forårsrulle",
"description": "150g",
"price": "30,00"
}, {
"id": "131",
"title": "Hvidløgsbrød",
"description": "",
"price": "28,00"
}]
}, {
"title": "Snacks",
"items": [{
"id": "263",
"title": "Mozzarella sticks",
"description": "10 stk. med salatmayonnaise",
"price": "57,00"
}]
}, {
"title": "Tilbehør",
"items": [{
"id": "400",
"title": "Ketchup",
"description": "",
"price": "7,00"
}, {
"id": "401",
"title": "Remoulade",
"description": "",
"price": "7,00"
}, {
"id": "402",
"title": "Salatmayonaise",
"description": "",
"price": "7,00"
}, {
"id": "403",
"title": "Chili i bæger",
"description": "",
"price": "7,00"
}]
}, {
"title": "Børne Retter",
"items": [{
"id": "261",
"title": "Fiskefilet",
"description": "1 stk.med pommes frites og remoulade",
"price": "45,00"
}, {
"id": "262",
"title": "Børnepizza",
"description": "Med tomat og ost. Vælg mellem:",
"price": "45,00"
}, {
"id": "262",
"title": "Børnepizza",
"description": "Med tomat og ost. Vælg mellem:",
"variants": [{
"name": "Kødsauce",
"price": "45,00"
}, {
"name": "Pepperoni",
"price": "45,00"
}, {
"name": "Skinke",
"price": "45,00"
}]
}]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment