Skip navigation links
com.adaptris.core.transform.json

Class JsonlibTransformationDriver

    • Constructor Detail

      • JsonlibTransformationDriver

        public JsonlibTransformationDriver()
    • Method Detail

      • parse

        protected net.sf.json.JSON parse(java.lang.String input)
                                  throws net.sf.json.JSONException
        Description copied from class: JsonTransformationDriverImpl
        Parse the string to JSON.
        Specified by:
        parse in class JsonTransformationDriverImpl
        Parameters:
        input - The string to parse.
        Returns:
        The JSON.
        Throws:
        net.sf.json.JSONException - Thrown if the string could not be parsed to JSON.
      • parseObject

        protected static net.sf.json.JSONObject parseObject(java.lang.String input)
                                                     throws net.sf.json.JSONException
        Throws:
        net.sf.json.JSONException
      • parseArray

        protected static net.sf.json.JSONArray parseArray(java.lang.String input)
                                                   throws net.sf.json.JSONException
        Throws:
        net.sf.json.JSONException