org.json.simple
Class JSONValue

java.lang.Object
  extended by org.json.simple.JSONValue

public class JSONValue
extends Object

Author:
FangYidong

Constructor Summary
JSONValue()
           
 
Method Summary
static Object parse(Reader in)
          parse into java object from input source.
static Object parse(String s)
           
static String toJSONString(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONValue

public JSONValue()
Method Detail

parse

public static Object parse(Reader in)
parse into java object from input source.

Parameters:
in -
Returns:
instance of : JSONObject,JSONArray,String,Boolean,Long,Double or null

parse

public static Object parse(String s)

toJSONString

public static String toJSONString(Object value)