A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"ostatus": "http://ostatus.org#",
"atomUri": "ostatus:atomUri",
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
"conversation": "ostatus:conversation",
"sensitive": "as:sensitive",
"toot": "http://joinmastodon.org/ns#",
"votersCount": "toot:votersCount"
}
],
"id": "https://mastodon.gamedev.place/users/pagghiu/statuses/111630278767919923",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.social/users/PeterSommerlad/statuses/111629189449298582",
"published": "2023-12-23T14:47:56Z",
"url": "https://mastodon.gamedev.place/@pagghiu/111630278767919923",
"attributedTo": "https://mastodon.gamedev.place/users/pagghiu",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.gamedev.place/users/pagghiu/followers",
"https://mastodon.social/users/PeterSommerlad"
],
"sensitive": false,
"atomUri": "https://mastodon.gamedev.place/users/pagghiu/statuses/111630278767919923",
"inReplyToAtomUri": "https://mastodon.social/users/PeterSommerlad/statuses/111629189449298582",
"conversation": "tag:mastodon.gamedev.place,2023-12-23:objectId=70670944:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@PeterSommerlad\" class=\"u-url mention\">@<span>PeterSommerlad</span></a></span> I don't think that there is any claim regarding std::function anywhere.<br />I don't like comparisons as they are highly dependent on the design constraints or specific needs.</p><p>The design constraint of SC::Function is to ensure that no allocation ever occurs due to its usage.<br />AFAIK std::function will allocate without the user having any compile-time enforceable check ensuring that no allocation occurs.</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@PeterSommerlad\" class=\"u-url mention\">@<span>PeterSommerlad</span></a></span> I don't think that there is any claim regarding std::function anywhere.<br />I don't like comparisons as they are highly dependent on the design constraints or specific needs.</p><p>The design constraint of SC::Function is to ensure that no allocation ever occurs due to its usage.<br />AFAIK std::function will allocate without the user having any compile-time enforceable check ensuring that no allocation occurs.</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://mastodon.social/users/PeterSommerlad",
"name": "@PeterSommerlad@mastodon.social"
}
],
"replies": {
"id": "https://mastodon.gamedev.place/users/pagghiu/statuses/111630278767919923/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.gamedev.place/users/pagghiu/statuses/111630278767919923/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.gamedev.place/users/pagghiu/statuses/111630278767919923/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.gamedev.place/users/pagghiu/statuses/111630278767919923/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.gamedev.place/users/pagghiu/statuses/111630278767919923/shares",
"type": "Collection",
"totalItems": 0
}
}