mediawiki-extensions-Discus.../tests/cases/authors.json

27 lines
277 B
JSON
Raw Normal View History

[
{
"thread": {
"replies": [
{
"author": "Eve",
"replies": []
},
{
"author": "Bob",
"replies": [
{
"author": "Alice",
"replies": []
}
]
}
]
},
"expected": [
"Alice",
"Bob",
"Eve"
]
}
]