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

js.X2JS Maven / Gradle / Ivy

package js;

import org.stjs.javascript.annotation.STJSBridge;

@STJSBridge(sources = {"/src/main/resources/xml2json.js"})
public class X2JS {
	public Object xml_str2json(String xmlString) {
		throw new RuntimeException();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy