org.json.simple.parser
Class JSONParser
java.lang.Object
org.json.simple.parser.JSONParser
public class JSONParser
- extends Object
- Author:
- FangYidong
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
S_INIT
public static final int S_INIT
- See Also:
- Constant Field Values
S_IN_FINISHED_VALUE
public static final int S_IN_FINISHED_VALUE
- See Also:
- Constant Field Values
S_IN_OBJECT
public static final int S_IN_OBJECT
- See Also:
- Constant Field Values
S_IN_ARRAY
public static final int S_IN_ARRAY
- See Also:
- Constant Field Values
S_PASSED_PAIR_KEY
public static final int S_PASSED_PAIR_KEY
- See Also:
- Constant Field Values
S_IN_ERROR
public static final int S_IN_ERROR
- See Also:
- Constant Field Values
JSONParser
public JSONParser()
parse
public Object parse(Reader in)
throws Exception
- Throws:
Exception