mson-zoo
Version:
Collection of MSON samples that can be used as a showcase or testing purposes
29 lines (28 loc) • 423 B
JSON
[
{
"element": "array",
"meta": {
"id": "My Array"
},
"content": [
{
"element": "string",
"attributes": {
"default": "foo"
}
},
{
"element": "string",
"attributes": {
"default": "bar"
}
},
{
"element": "string",
"attributes": {
"default": "baz"
}
}
]
}
]