Class JSONParser

java.lang.Object
org.apache.tomcat.util.json.JSONParser
All Implemented Interfaces:
JSONParserConstants

public class JSONParser extends Object implements JSONParserConstants
Basic JSON parser generated by JavaCC. It consumes the input provided through the constructor when parseObject(), parseList(), or parse() are called, and there is no way to directly reset the state.