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

net.sf.xmlform.web.evaljson.js Maven / Gradle / Ivy

/**
 * @author Liu Zhikun
 */
(function(global,factory){
	if (typeof module !== 'undefined' && typeof exports === 'object' && define.cmd) {
		module.exports = factory();
	} else if (typeof define === 'function' && define.amd) {
		define("xmlform/evaljson",factory);
	} else {
		global.xmlformEvaljson = factory();
	}
})(typeof window!=="undefined" ? window:this,function(){
	
	return {
		parse:function(str){
			return window.eval("("+str+")");
		}
	}
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy