Micropub

By https://grant.codes/, using https://micropub-post-types.glitch.me

{
    "type": [
        "h-entry"
    ],
    "properties": {
        "in-reply-to": [
            "https:\/\/example.com"
        ],
        "content": [
            "Wow look at this reply to https:\/\/example.com"
        ]
    }
}