{ "name": "document", "type": "block", "blocks": [ { "name": "paragraph", "type": "block", "inlines": [ { "name": "text", "type": "string", "value": "This is a ", "location": [ { "line": 1, "col": 1 }, { "line": 1, "col": 10 } ] }, { "name": "span", "type": "inline", "variant": "VARIANT", "form": "constrained", "inlines": [ { "name": "text", "type": "string", "value": "two word", "location": [ { "line": 1, "col": 12 }, { "line": 1, "col": 19 } ] } ], "location": [ { "line": 1, "col": 11 }, { "line": 1, "col": 20 } ] }, { "name": "text", "type": "string", "value": " killer sentence.", "location": [ { "line": 1, "col": 21 }, { "line": 1, "col": 37 } ] } ], "location": [ { "line": 1, "col": 1 }, { "line": 1, "col": 37 } ] } ], "location": [ { "line": 1, "col": 1 }, { "line": 1, "col": 37 } ] }