diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-07-11 23:24:46 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-07-11 23:24:46 +0200 |
| commit | f89f3d28a14d0d8ea8c02acf115c9c1c972b70cf (patch) | |
| tree | dcc025a073007ce15221db73406041e9300f5957 /test.json | |
| parent | 43e3a8a08668b068eb07b5c1ee3aaa767021d3c0 (diff) | |
add read command. Improve tests
Diffstat (limited to 'test.json')
| -rw-r--r-- | test.json | 21 |
1 files changed, 21 insertions, 0 deletions
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 <em>WonderWidgets</em> are great", + "Who <em>buys</em> WonderWidgets" + ], + "title": "Overview", + "type": "all" + } + ], + "title": "Sample Slide Show" + } +} |
