All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openfact.ubl.data.xml.XmlConverter Maven / Gradle / Ivy

package org.openfact.ubl.data.xml;

import org.json.JSONObject;

public interface XmlConverter {

    Object asObject(JSONObject json);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy