27 lines
269 B
JSON
27 lines
269 B
JSON
[
|
|
{
|
|
"question" : "coucou",
|
|
"nb" : 1,
|
|
"answer" : [
|
|
{
|
|
"answer" : "salut",
|
|
"nb" : 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"question" : "hello",
|
|
"nb" : 2,
|
|
"answer" : [
|
|
{
|
|
"answer" : "salut",
|
|
"nb" : 1
|
|
},
|
|
{
|
|
"answer" : "deux",
|
|
"nb" : 2
|
|
}
|
|
]
|
|
}
|
|
]
|