Micropub

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

{
    "type": [
        "h-entry"
    ],
    "properties": {
        "name": [
            "This is an article"
        ],
        "content": [
            {
                "html": "<p>With <code>HTML<\/code> content :)<\/p>",
                "value": "With HTML content"
            }
        ]
    }
}