We get observable as a return type with http.get request. UI elements can be binded with this observable collection. In my case I am not sending any http request. There is a predefined JSON in my js file and I want bind it on the UI.
I used JSON.parse to get the JSON object from JSON string. I get the JSON object. Can anybody tell how to convert this JSON object into observable collection which can be binded with UI.