Interface JsonParseResponse

    • Method Detail

      • parseResponse

        Object parseResponse()
        Parse the data json value given in constructor
        Returns:
        Object value of parsed json data
      • setJsonObject

        JsonParseResponse setJsonObject​(org.json.simple.JSONObject data)
        Set the data to be parsed
        Parameters:
        data - json data to parse
        Returns:
        JsonParseResponse interface object