UNPKG

mson-zoo

Version:

Collection of MSON samples that can be used as a showcase or testing purposes

65 lines (64 loc) 1.35 kB
[ { "element": "object", "meta": { "id": "My Object" }, "attributes": { "samples": [ [ { "element": "member", "content": { "key": { "element": "string", "content": "names" }, "value": { "element": "array", "content": [ { "element": "string", "content": "František" }, { "element": "string", "content": "Jan" } ] } } } ] ] }, "content": [ { "element": "member", "content": { "key": { "element": "string", "content": "names" }, "value": { "element": "array", "content": [ { "element": "string", "content": "František" }, { "element": "string", "content": "Jan" }, { "element": "string", "content": "Ondřej" } ] } } } ] } ]