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