Class JSONValue

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

public class JSONValue extends Object
  • Constructor Details

    • JSONValue

      public JSONValue()
  • Method Details

    • 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)