I started using backbone for my projects. I finished a simple project and it was pretty good.
I have a new project, but I’m having a little problem.
I have a data set (json) that represents
Root Data 1
- Data 1
- Data 2
- Data 3
Root Data 2
- Data 1
- Data 2
How do I use collection to setup the above data set? It looks like collection always create root data 1 and 2 only. Do I need to use something else in backbone?
Backbone-relational might help you.