diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2018-10-31 14:50:40 +1100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-30 20:50:40 -0700 |
| commit | 2422e526257d971ba382bb9195e0ee527b918672 (patch) | |
| tree | 0c328ab748c070d0b165f859fabf105d0b2829e9 /tests/subdir | |
| parent | 0fbee30f050bc27b9a687c2580c89cb9dc5d7fec (diff) | |
Add ability to load JSON as modules (#1065)
Diffstat (limited to 'tests/subdir')
| -rw-r--r-- | tests/subdir/config.json | 6 |
1 files changed, 6 insertions, 0 deletions
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] + } +} |
