-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmembres.json
39 lines (39 loc) · 1.15 KB
/
membres.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"membres": [
{
"id":0,
"nom": "Vincent Jouvert",
"carac": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eget justo ac mi mollis posuere.",
"tel":"00 00 00 00 00",
"email": "[email protected]",
"poste":"Game designer",
"photo":"ex1.png"
},{
"id":1,
"nom": "Maxime Fournier",
"carac": "Fusce feugiat bibendum velit vel condimentum. Maecenas eu nibh ultricies, aliquam elit et, sollicitudin sapien. Suspendisse sollicitudin urna quis turpis condimentum ultrices.",
"tel":"00 00 00 00 00",
"email": "",
"poste":"Infographiste",
"photo":"ex2.png"
},{
"id":2,
"nom": "Charly",
"tel":"",
"carac": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eget justo ac mi mollis posuere.",
"email": "[email protected]",
"poste":"Animateur 3D",
"photo":"ex3.png"
},
{
"id":3,
"nom": "Marcel Pagnol",
"tel":"",
"carac": "J'aime le vélo.",
"email": "[email protected]",
"poste":"Auteur",
"photo":"ex4.png"
}
],
"message": "Strings have to be in double-quotes."
}