org.json.simple
Class JSONValue
java.lang.Object
org.json.simple.JSONValue
public class JSONValue
- extends Object
- Author:
- FangYidong
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONValue
public JSONValue()
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)