Hi Ashwani
I have removed your email. This is not encouraged here
var oModel = new sap.ui.model.json.JSONMODEL(sUrl);
should be
var oModel = new sap.ui.model.json.JSONModel(sUrl);
Hi Ashwani
I have removed your email. This is not encouraged here
var oModel = new sap.ui.model.json.JSONMODEL(sUrl);
should be
var oModel = new sap.ui.model.json.JSONModel(sUrl);