From 3157633c35da97dbc60bfed1b12c4a93bcc543a2 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Sat, 9 Sep 2023 23:10:49 +0100 Subject: Initial --- src/foo.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/foo.json (limited to 'src/foo.json') diff --git a/src/foo.json b/src/foo.json new file mode 100644 index 0000000..4e2392f --- /dev/null +++ b/src/foo.json @@ -0,0 +1,6 @@ +{ + "y": [ + { "z": "yay" }, + "nay" + ] +} \ No newline at end of file -- cgit v1.2.3-ZIG