From 12f19eda018dfbb09404206e943209d7b75be187 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Thu, 8 Feb 2024 11:11:10 +0100 Subject: [PATCH] [add] example:simple --- misc/example-simple.sd.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 misc/example-simple.sd.json 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" + } + } + ] + } +}