Micropub

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

{
    "type": [
        "h-entry"
    ],
    "properties": {
        "url": [
            "http:\/\/example.com\/comment\/547822715231468_6796480"
        ],
        "published": [
            "2012-12-05T00:58:26+00:00"
        ],
        "content": [
            {
                "value": "foo bar baz",
                "html": "foo bar baz"
            }
        ],
        "in-reply-to": [
            "http:\/\/example.com\/original\/post"
        ],
        "location": [
            {
                "type": [
                    "h-card",
                    "p-location"
                ],
                "properties": {
                    "name": [
                        "Carcassonne, Aude"
                    ],
                    "url": [
                        "https:\/\/maps.google.com\/maps?q=32.4004416,-98.9852672"
                    ]
                }
            }
        ]
    }
}