org.json.simple.parser
Class JSONParser

java.lang.Object
  extended by org.json.simple.parser.JSONParser

public class JSONParser
extends Object

Author:
FangYidong

Field Summary
static int S_IN_ARRAY
           
static int S_IN_ERROR
           
static int S_IN_FINISHED_VALUE
           
static int S_IN_OBJECT
           
static int S_INIT
           
static int S_PASSED_PAIR_KEY
           
 
Constructor Summary
JSONParser()
           
 
Method Summary
 Object parse(Reader in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JSONParser

public JSONParser()
Method Detail

parse

public Object parse(Reader in)
             throws Exception
Throws:
Exception