first commit
This commit is contained in:
22
db.json.origin
Normal file
22
db.json.origin
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"employees": [
|
||||
{
|
||||
"id": 1,
|
||||
"nom": "benoit",
|
||||
"prenom": "vincent",
|
||||
"role": "ingénieur"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"nom": "guilbot",
|
||||
"prenom": "alexis",
|
||||
"role": "ingénieur"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"nom": "nauleau",
|
||||
"prenom": "thierry",
|
||||
"role": "responsable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user