mson-zoo
Version:
Collection of MSON samples that can be used as a showcase or testing purposes
41 lines (40 loc) • 790 B
JSON
[
{
"element": "object",
"meta": {
"id": "My Object"
},
"attributes": {
"samples": [
[
{
"element": "member",
"content": {
"key": {
"element": "string",
"content": "foo"
},
"value": {
"element": "string",
"content": "bar"
}
}
},
{
"element": "member",
"content": {
"key": {
"element": "string",
"content": "baz"
},
"value": {
"element": "string",
"content": "bag"
}
}
}
]
]
}
}
]