[
  {
    "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": "banana",
    "index": 6,
    "length": 6,
    "line": 1,
    "lineEnd": 1,
    "column": 7,
    "columnEnd": 12,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 1
  },
  {
    "type": "operator",
    "value": "=",
    "index": 13,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 14,
    "columnEnd": 14,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 2
  },
  {
    "type": "identifier",
    "value": "fruits",
    "index": 15,
    "length": 6,
    "line": 1,
    "lineEnd": 1,
    "column": 16,
    "columnEnd": 21,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 3
  },
  {
    "type": "punctuator",
    "value": ".",
    "index": 21,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 22,
    "columnEnd": 22,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 4
  },
  {
    "type": "identifier",
    "value": "name",
    "index": 22,
    "length": 4,
    "line": 1,
    "lineEnd": 1,
    "column": 23,
    "columnEnd": 26,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 5
  }
]