diff --git a/misc/example-simple.sd.json b/misc/example-simple.sd.json new file mode 100644 index 0000000..f89df34 --- /dev/null +++ b/misc/example-simple.sd.json @@ -0,0 +1,19 @@ +{ + "kind": "group", + "data": { + "members": [ + { + "kind": "text", + "data": { + "content": "foo" + } + }, + { + "kind": "text", + "data": { + "content": "bar" + } + } + ] + } +}