Réponse :
1. nom / numero / adresse
2. Pierre / Pauline / Kilian
3.
En CSV :
"aliment";"nutrinote";"calories/100g"
'Gaufre';'C';'291'
'Yaourt';'A';'65'
...A toi de compléter...
En JSON :
{
'aliment' : 'Gaufre' ,
'nutrinote' : 'C',
'calories/100g' : '291',
},
'aliment' : '...A toi de compléter...' ,
'nutrinote' : '...A toi de compléter...',
'calories/100g' : '...A toi de compléter...',
}
Explications :
Copyright © 2024 ELIBRARY.TIPS - All rights reserved.
Lista de comentários
Réponse :
1. nom / numero / adresse
2. Pierre / Pauline / Kilian
3.
En CSV :
"aliment";"nutrinote";"calories/100g"
'Gaufre';'C';'291'
'Yaourt';'A';'65'
...A toi de compléter...
En JSON :
{
{
'aliment' : 'Gaufre' ,
'nutrinote' : 'C',
'calories/100g' : '291',
},
{
'aliment' : '...A toi de compléter...' ,
'nutrinote' : '...A toi de compléter...',
'calories/100g' : '...A toi de compléter...',
},
{
'aliment' : '...A toi de compléter...' ,
'nutrinote' : '...A toi de compléter...',
'calories/100g' : '...A toi de compléter...',
}
}
Explications :