mson-zoo
Version:
Collection of MSON samples that can be used as a showcase or testing purposes
52 lines (51 loc) • 1.08 kB
JSON
[
{
"element": "object",
"meta": {
"id": "My Object"
},
"content": [
{
"element": "member",
"content": {
"key": {
"element": "string",
"content": "names"
},
"value": {
"element": "array",
"content": [
{
"element": "string",
"attributes": {
"samples": [
"Foo"
]
},
"content": "František"
},
{
"element": "string",
"attributes": {
"samples": [
"Bar"
]
},
"content": "Jan"
},
{
"element": "string",
"attributes": {
"samples": [
"Baz"
]
},
"content": "Ondřej"
}
]
}
}
}
]
}
]