In the process of developing a Web Application using Backbone.js.
I have a web service providing information on the required fields for my model. Therefore, creating a static model is not possible. How can I create a dynamic model for my application that automatically updates based on changes in the JSON data from the web services?
Is it necessary to use model.urlRoot() for this purpose?