<a b=1 c d="e" />
~~~~~~~~~~
[
  {
    "tag": "a",
    "attributes": {
      "b": "1",
      "c": true,
      "d": "e"
    },
    "children": []
  }
]
