mson-zoo
Version:
Collection of MSON samples that can be used as a showcase or testing purposes
32 lines (31 loc) • 576 B
JSON
[
{
"element": "object",
"meta": {
"id": "My Object"
},
"content": [
{
"element": "member",
"content": {
"key": {
"element": "string",
"content": "names"
},
"value": {
"element": "array",
"content": [
{
"element": "string",
"attributes": {
"default": "Foo"
},
"content": "František"
}
]
}
}
}
]
}
]