diff options
author | Martin Ashby <martin@ashbysoft.com> | 2023-09-09 23:10:49 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2023-09-09 23:10:49 +0100 |
commit | 3157633c35da97dbc60bfed1b12c4a93bcc543a2 (patch) | |
tree | 1fc7214cf6bc06ccb5fe0b78209d7d9cffa25b73 /src/foo.json | |
download | mcl-3157633c35da97dbc60bfed1b12c4a93bcc543a2.tar.gz mcl-3157633c35da97dbc60bfed1b12c4a93bcc543a2.tar.bz2 mcl-3157633c35da97dbc60bfed1b12c4a93bcc543a2.tar.xz mcl-3157633c35da97dbc60bfed1b12c4a93bcc543a2.zip |
Initial
Diffstat (limited to 'src/foo.json')
-rw-r--r-- | src/foo.json | 6 |
1 files changed, 6 insertions, 0 deletions
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 |