what is the equivalent for backbone model Parse method in parseObject?
i couldn't find it and my parse method is not being called.
i need to parse the data i get from the server.
what is the equivalent for backbone model Parse method in parseObject? i couldn't find it and my parse method is not being called. i need to parse the data i get from the server. |
|||
|
You should try the backbone-parse library: https://github.com/neebz/backbone-parse | |||
|