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