Package org.json.simple
Class JSONValue
java.lang.Object
org.json.simple.JSONValue
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JSONValue
public JSONValue()
-
-
Method Details
-
parse
parse into java object from input source.- Parameters:
in
-- Returns:
- instance of : JSONObject,JSONArray,String,Boolean,Long,Double or null
-
parse
-
toJSONString
-