Open asishallab opened 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.
Int
String
"
The following is found in our manual
The above
Int
andString
must be encapsulated in"
to be syntactically correct JSON.