From 2422e526257d971ba382bb9195e0ee527b918672 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 31 Oct 2018 14:50:40 +1100 Subject: Add ability to load JSON as modules (#1065) --- tests/subdir/config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/subdir/config.json (limited to 'tests/subdir') diff --git a/tests/subdir/config.json b/tests/subdir/config.json new file mode 100644 index 000000000..01c3b5e79 --- /dev/null +++ b/tests/subdir/config.json @@ -0,0 +1,6 @@ +{ + "foo": { + "bar": true, + "baz": ["qat", 1] + } +} -- cgit v1.2.3