simpleat/db.json

28 lines
399 B
JSON
Raw Normal View History

{
"types": [
{
"id_type": "1",
"libelle": "Pizzeria"
},
{
"id_type": "2",
"libelle": "Créperie"
},
{
"id_type": "3",
"libelle": "Boulangerie"
},
{
"id_type": "4",
"libelle": "Kebab"
},
{
"id_type": "5",
"libelle": "Thaï"
},
{
"id_type": "6",
"libelle": "Supermarché"
}
]
}