Micropub

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

{
    "type": [
        "h-entry"
    ],
    "properties": {
        "url": [
            "http:\/\/example.com\/this\/like"
        ],
        "published": [
            "2012-12-05T00:58:26+00:00"
        ],
        "content": [
            {
                "html": "<a href=\"http:\/\/example.com\/original\/post\">likes this.<\/a>"
            }
        ],
        "like-of": [
            "http:\/\/example.com\/original\/post"
        ],
        "author": [
            {
                "type": [
                    "h-card"
                ],
                "properties": {
                    "name": [
                        "Alice"
                    ],
                    "url": [
                        "http:\/\/example.com\/alice"
                    ]
                }
            }
        ]
    }
}