Awesome. Ok that makes sense.
So in regards to the model() function.
My api's always have a parent node for most model data for ex:
{Order:{attr:value, attr:valuek..}}
Thats pretty typical with most frameworks(rails, cake, django).
Thats pretty typical with most frameworks(rails, cake, django).
So canJS doesn't seem to have the .model() method documented: (http://canjs.us/#can_model).
But I'm familiar with it from the old JMVC.(sans canjs).
So how should I deal with this parent level node that is in all my API's?