tirocinio-canali-steffo-acrate/acrate_astreams/tests/activitystreams/examples/17.json

13 lines
No EOL
233 B
JSON

{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "Sally followed John",
"type": "Follow",
"actor": {
"type": "Person",
"name": "Sally"
},
"object": {
"type": "Person",
"name": "John"
}
}