{ "name": "document", "type": "block", "blocks": [ { "name": "paragraph", "type": "block", "inlines": [ { "name": "text", "type": "string", "value": "This document has two paragraphs.", "location": [ { "line": 1, "col": 1 }, { "line": 1, "col": 33 } ] } ], "location": [ { "line": 1, "col": 1 }, { "line": 1, "col": 33 } ] }, { "name": "paragraph", "type": "block", "inlines": [ { "name": "text", "type": "string", "value": "Paragraphs may be separated by one or more empty lines.", "location": [ { "line": 4, "col": 1 }, { "line": 4, "col": 55 } ] } ], "location": [ { "line": 4, "col": 1 }, { "line": 4, "col": 55 } ] } ], "location": [ { "line": 1, "col": 1 }, { "line": 4, "col": 55 } ] }