{
"name": "document",
"type": "block",
"attributes": {"foo": "bar", "toc": ""},
"header": {
"title": [
{
"name": "text",
"type": "string",
"value": "Document Title",
"location": [{ "line": 1, "col": 3 }, { "line": 1, "col": 16 }]
}
],
"location": [{ "line": 1, "col": 1 }, { "line": 1, "col": 16 }]
},
"blocks": [
{
"name": "paragraph",
"type": "block",
"inlines": [
{
"name": "text",
"type": "string",
"value": "Text",
"location": [{ "line": 5, "col": 1 }, { "line": 5, "col": 4 }]
}
],
"location": [{ "line": 5, "col": 1 }, { "line": 5, "col": 4 }]
}
],
"location": [{ "line": 1, "col": 1 }, { "line": 5, "col": 4 }]
}