22 lines
No EOL
307 B
JSON
22 lines
No EOL
307 B
JSON
{
|
|
"usa": [
|
|
{
|
|
"text": "whoa, des points!",
|
|
"points": 99
|
|
},
|
|
{
|
|
"text": "whoa, encore des points!",
|
|
"points": 2
|
|
}
|
|
],
|
|
"urss":[
|
|
{
|
|
"text": "non ! Mes points!",
|
|
"points": -99
|
|
},
|
|
{
|
|
"text": "yes, des points!",
|
|
"points": 45
|
|
}
|
|
]
|
|
} |