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

javarepl.web.bower_components.jquery.src.ajax.parseJSON.js Maven / Gradle / Ivy

There is a newer version: 431
Show newest version
define( [
	"../core"
], function( jQuery ) {

// Support: Android 2.3
// Workaround failure to string-cast null input
jQuery.parseJSON = function( data ) {
	return JSON.parse( data + "" );
};

return jQuery.parseJSON;

} );




© 2015 - 2025 Weber Informatics LLC | Privacy Policy