{
  "type": "Block",
  "nodes": [
    {
      "type": "Doctype",
      "val": "html",
      "line": 1,
      "filename": "html5.tokens.json"
    },
    {
      "type": "Tag",
      "name": "input",
      "selfClosing": false,
      "block": {
        "type": "Block",
        "nodes": [],
        "line": 2,
        "filename": "html5.tokens.json"
      },
      "attrs": [
        {
          "name": "type",
          "val": "'checkbox'",
          "mustEscape": true
        },
        {
          "name": "checked",
          "val": true,
          "mustEscape": false
        }
      ],
      "attributeBlocks": [],
      "isInline": false,
      "line": 2,
      "filename": "html5.tokens.json"
    },
    {
      "type": "Tag",
      "name": "input",
      "selfClosing": false,
      "block": {
        "type": "Block",
        "nodes": [],
        "line": 3,
        "filename": "html5.tokens.json"
      },
      "attrs": [
        {
          "name": "type",
          "val": "'checkbox'",
          "mustEscape": true
        },
        {
          "name": "checked",
          "val": "true",
          "mustEscape": true
        }
      ],
      "attributeBlocks": [],
      "isInline": false,
      "line": 3,
      "filename": "html5.tokens.json"
    },
    {
      "type": "Tag",
      "name": "input",
      "selfClosing": false,
      "block": {
        "type": "Block",
        "nodes": [],
        "line": 4,
        "filename": "html5.tokens.json"
      },
      "attrs": [
        {
          "name": "type",
          "val": "'checkbox'",
          "mustEscape": true
        },
        {
          "name": "checked",
          "val": "false",
          "mustEscape": true
        }
      ],
      "attributeBlocks": [],
      "isInline": false,
      "line": 4,
      "filename": "html5.tokens.json"
    }
  ],
  "line": 0,
  "filename": "html5.tokens.json"
}