base-data-manager/test/fixtures/facebook-json-2021-05-01/comments/comments.json

32 lines
559 B
JSON

{
"comments": [
{
"timestamp": 1707420000,
"data": [
{
"comment": {
"timestamp": 1707245000,
"comment": "xxx",
"author": "xxx",
"group": "xxx"
}
}
],
"title": "xxx"
},
{
"timestamp": 1705500000,
"data": [
{
"comment": {
"timestamp": 1705320000,
"comment": "xxx",
"author": "xxx",
"group": "xxx"
}
}
],
"title": "xxx"
}
]
}