26 lines
363 B
JSON
26 lines
363 B
JSON
{
|
|
"usa": [
|
|
{
|
|
"text": "whoa, des points!",
|
|
"points": 56
|
|
},
|
|
{
|
|
"text": "whoa, encore des points!",
|
|
"points": 2
|
|
}
|
|
],
|
|
"urss":[
|
|
{
|
|
"text": "ah ! Mes points!",
|
|
"points": 49
|
|
},
|
|
{
|
|
"text": "yes, des points!",
|
|
"points": 45
|
|
},
|
|
{
|
|
"text": "encore !",
|
|
"points": 5
|
|
}
|
|
]
|
|
}
|