[
  {
    "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": "func",
    "index": 15,
    "length": 4,
    "line": 1,
    "lineEnd": 1,
    "column": 16,
    "columnEnd": 19,
    "isKeyword": true,
    "indention": 0,
    "tokenIndex": 3
  },
  {
    "type": "identifier",
    "value": "getBanana",
    "index": 20,
    "length": 9,
    "line": 1,
    "lineEnd": 1,
    "column": 21,
    "columnEnd": 29,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 4
  },
  {
    "type": "punctuator",
    "value": "(",
    "index": 30,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 31,
    "columnEnd": 31,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 5
  },
  {
    "type": "punctuator",
    "value": ")",
    "index": 31,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 32,
    "columnEnd": 32,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 6
  },
  {
    "type": "indention",
    "value": 2,
    "index": 33,
    "length": 8,
    "line": 2,
    "lineEnd": 1,
    "column": 1,
    "columnEnd": 41,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 7
  }
]