is there any way to parse an object in javascript for a model in Backbone.js here is my object
You can do
model = new YourModel(your_object)
new Backbone.Model({familyLogin: 'userLogin1', login: 'eg'});