Hi
I need to fetch JSON model of one view and need to use it in another view controller, I have used sap.ui.getCore().setModel(). But some of them are suggested that its not best practice to set model to core.
So is there any other way to send JSON model to another view controller.