Understanding MVC
Although there is "MVC" in JSONMVC, it is not your average MVC.
It is a fresh, elegant, engaging new take on the decade old paradigm.
It's simpler and, has precise meaning and no analogies are required to describe it.
This new MVC 2.0 version is an enabler of flexibility and reuse but also for greater understanding and collaboration.
Models
Models "model" the data.
[ to document...]
Views
Views show the data.
[ to document...]
Controllers
Controllers "control" the flow of data.
[ to document...]