Class SimpleJSONAdapter

    • Constructor Detail

      • SimpleJSONAdapter

        public SimpleJSONAdapter()
    • Method Detail

      • process

        public void process()
        Process hook implementation: call process JSON hook with JSON tokenizer
      • process

        public abstract java.lang.String process​(org.json.JSONTokener t)
                                          throws org.json.JSONException
        Process JSON hook to implement
        Parameters:
        t - JSON tokenizer
        Returns:
        Simplicite XML
        Throws:
        org.json.JSONException