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

28 lines
432 B
JSON

{
"reactions": [
{
"timestamp": 1705215000,
"data": [
{
"reaction": {
"reaction": "xxx",
"actor": "xxx"
}
}
],
"title": "xxx"
},
{
"timestamp": 1705215000,
"data": [
{
"reaction": {
"reaction": "xxx",
"actor": "xxx"
}
}
],
"title": "xxx"
}
]
}