dojo.provide("data.Response");

data.Response.getJsonObject = function(response) {
	return response.jsonObject;
};

