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