Tokenizes a JSON string into a list of tokens.
bool isExp(String char) { return char == 'e' || char == 'E'; }