forked from rebillar/site-accueil-insa
26 lines
No EOL
362 B
JSON
26 lines
No EOL
362 B
JSON
{
|
|
"usa": [
|
|
{
|
|
"text": "whoa, des points!",
|
|
"points": 99
|
|
},
|
|
{
|
|
"text": "whoa, encore des points!",
|
|
"points": 2
|
|
}
|
|
],
|
|
"urss":[
|
|
{
|
|
"text": "ah ! Mes points!",
|
|
"points": 49
|
|
},
|
|
{
|
|
"text": "yes, des points!",
|
|
"points": 45
|
|
},
|
|
{
|
|
"text": "encore !",
|
|
"points": 5
|
|
}
|
|
]
|
|
} |