Is there a way to create a backbone model using data received from a web service, rather than manually inputting the information?
Imagine you're getting JSON data from a webservice, and you'd like to directly use this JSON as a backbone model. How would one go about achieving this?
Thank you for your assistance.