mediawiki-extensions-Discus.../tests/cases/authors.json
Ed Sanders 7be0cc3209 Create ThreadItem classes
Change-Id: Id2c5324d74eccb1209ccb76768c557722c6d9400
2020-06-12 20:35:59 +01:00

31 lines
373 B
JSON

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