Getting Started

TODO Compile notes and tips on getting started (this page incomplete)

Browse Though All Documentation

Browsing through all documenting will give you an overview of what capabilities the framework has as well as a deep understanding of all features.

Working with JSON

JSON does not directly support comments but you can still add comments via a key that sorts o the top of the object you are commenting as follows:

"_note" : "This is a comment"

Integrate into your existing application

Follow the integration instructions here

Last updated