[
  {
    "type": "identifier",
    "value": "const",
    "index": 0,
    "length": 5,
    "line": 1,
    "lineEnd": 1,
    "column": 1,
    "columnEnd": 5,
    "isKeyword": true,
    "indention": 0,
    "tokenIndex": 0
  },
  {
    "type": "identifier",
    "value": "data",
    "index": 6,
    "length": 4,
    "line": 1,
    "lineEnd": 1,
    "column": 7,
    "columnEnd": 10,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 1
  },
  {
    "type": "operator",
    "value": "=",
    "index": 11,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 12,
    "columnEnd": 12,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 2
  },
  {
    "type": "punctuator",
    "value": "{",
    "index": 13,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 14,
    "columnEnd": 14,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 3
  },
  {
    "type": "indention",
    "value": 1,
    "index": 15,
    "length": 4,
    "line": 2,
    "lineEnd": 1,
    "column": 1,
    "columnEnd": 19,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 4
  },
  {
    "type": "identifier",
    "value": "one",
    "index": 19,
    "length": 3,
    "line": 2,
    "lineEnd": 2,
    "column": 5,
    "columnEnd": 7,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 5
  },
  {
    "type": "punctuator",
    "value": ":",
    "index": 22,
    "length": 1,
    "line": 2,
    "lineEnd": 2,
    "column": 8,
    "columnEnd": 8,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 6
  },
  {
    "type": "literal",
    "value": "'One'",
    "index": 24,
    "length": 5,
    "line": 2,
    "lineEnd": 2,
    "column": 10,
    "columnEnd": 14,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 7
  },
  {
    "type": "indention",
    "value": 1,
    "index": 30,
    "length": 4,
    "line": 3,
    "lineEnd": 2,
    "column": 1,
    "columnEnd": 19,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 8
  },
  {
    "type": "identifier",
    "value": "two",
    "index": 34,
    "length": 3,
    "line": 3,
    "lineEnd": 3,
    "column": 5,
    "columnEnd": 7,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 9
  },
  {
    "type": "punctuator",
    "value": ":",
    "index": 37,
    "length": 1,
    "line": 3,
    "lineEnd": 3,
    "column": 8,
    "columnEnd": 8,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 10
  },
  {
    "type": "literal",
    "value": "'Two'",
    "index": 39,
    "length": 5,
    "line": 3,
    "lineEnd": 3,
    "column": 10,
    "columnEnd": 14,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 11
  },
  {
    "type": "indention",
    "value": 0,
    "index": 45,
    "length": 0,
    "line": 4,
    "lineEnd": 3,
    "column": 1,
    "columnEnd": 15,
    "isKeyword": false,
    "indention": 1,
    "tokenIndex": 12
  },
  {
    "type": "punctuator",
    "value": "}",
    "index": 45,
    "length": 1,
    "line": 4,
    "lineEnd": 4,
    "column": 1,
    "columnEnd": 1,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 13
  }
]