STRING method

TerminalNode? STRING()

Implementation

TerminalNode? STRING() => getToken(JSONParser.TOKEN_STRING, 0);