From f89f3d28a14d0d8ea8c02acf115c9c1c972b70cf Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Fri, 11 Jul 2025 23:24:46 +0200 Subject: add read command. Improve tests --- test.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test.json (limited to 'test.json') diff --git a/test.json b/test.json new file mode 100644 index 0000000..cd0eda1 --- /dev/null +++ b/test.json @@ -0,0 +1,21 @@ +{ + "slideshow": { + "author": "Yours Truly", + "date": "date of publication", + "slides": [ + { + "title": "Wake up to WonderWidgets!", + "type": "all" + }, + { + "items": [ + "Why WonderWidgets are great", + "Who buys WonderWidgets" + ], + "title": "Overview", + "type": "all" + } + ], + "title": "Sample Slide Show" + } +} -- cgit v1.2.3