On Thu, Mar 27, 2014 at 2:38 PM, Chris Muller <asqueaker@gmail.com> wrote:
Interesting, so does the JSON participate in control of the UI (HTML)
elements or is it strictly domain information?  What do you use for
your JSON parsing and generating?

Altitude includes code for generating and parsing JSON. On the client, Javascript code combines the JSON data with templates to render the UI; the JSON itself contains no code, it's just data. It might not be strictly domain models, though; it sometimes includes UI-oriented data. 

Colin