Data Example 17: Datastructures: Object / Dataset
In web programming the simplest datastructure is
a object. A object consits of a number of attributes. SWAC treats
a object as "dataset". Every attribute is one value of this dataset.
SWAC makes every attribute useable in it's components. You can refer
to an attribut by simply name it.
Below is a very simple example of one dataset. Once given as javascript
object and once given as json object from file.