22 lines
340 B
JSON
22 lines
340 B
JSON
{
|
|
"employees": [
|
|
{
|
|
"nom": "benoit",
|
|
"prenom": "vincent",
|
|
"role": "ingénieur",
|
|
"id": 1
|
|
},
|
|
{
|
|
"id": 2,
|
|
"nom": "guilbot",
|
|
"prenom": "alexis",
|
|
"role": "ingénieur"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"nom": "nauleau",
|
|
"prenom": "thierry",
|
|
"role": "responsable"
|
|
}
|
|
]
|
|
} |