about summary refs log tree commit diff
path: root/makeblend/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'makeblend/test.json')
-rw-r--r--makeblend/test.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/makeblend/test.json b/makeblend/test.json
new file mode 100644
index 0000000..020a569
--- /dev/null
+++ b/makeblend/test.json
@@ -0,0 +1,6 @@
+{
+    "a": [1,3,"asdf",true],
+    "b": {
+        "Hello": "world"
+    }
+}