Create & Save Object
Last updated
Was this helpful?
Last updated
Was this helpful?
Storing data on Symbyoz is built around Parse and his ParseObject
.
Each ParseObject
contains key-value pairs of JSON-compatible data. This data is schemaless, which means that you don’t need to specify ahead of time what keys exist on each ParseObject
.
If you want to have a structured model of your object, you can do it so by registering what we call (see more infos on ).