add test file to docker spin up

This commit is contained in:
Max U
2018-06-26 11:53:40 -07:00
parent 7845d4a466
commit 16119293e9
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"parent": {
"child": 3.0,
"ignored_child": "hi"
},
"ignored_null": null,
"integer": 4,
"list": [3, 4],
"ignored_parent": {
"another_ignored_null": null,
"ignored_string": "hello, world!"
},
"another_list": [4]
}