Zendro-dev / Zendro-dev.github.io

Zendro documentation
5 stars 2 forks source link

Correct JSON in example model definitions #4

Open asishallab opened 5 years ago

asishallab commented 5 years ago

The following is found in our manual

//book.json
{
 "model" : "Book",
 "storageType" : "SQL",
 "attributes" : {
        "id" : Int,
        "title": String,
        "ISBN": Int
    },

The above Int and String must be encapsulated in " to be syntactically correct JSON.