Hi Guys,
I am learning SAPUI5 from OPENSAP where i was using WEBIDE SAPUI5 template for bootstrapping. In the models and internationalization section, i found that the tutor was using JSON model while the SAPUI5 template creates JS model.
I tried changing the file extension from .JS to .JSON in manifest "models" section. But below error throws.

MANIFEST.JSON:
"models": {
"models": {
"type": "sap.ui.model.json.JSONModel",
"uri" : "model/models.json"
}
}
Please let me know how can change between JS to JSON model, where the config has to be maintained ?