diff --git a/test.json b/test.json new file mode 100644 index 0000000..24ea2b7 --- /dev/null +++ b/test.json @@ -0,0 +1,7 @@ +{ + "foo": "bar" + "baz": ["qux", "quux", "corge", "grault", "garply", "waldo", "fred", "plugh", "xyzzy", "thud"], + "nested": { + "foo": "bar" + } +}