summaryrefslogtreecommitdiff
path: root/std/examples/testdata/catj/object.json
diff options
context:
space:
mode:
Diffstat (limited to 'std/examples/testdata/catj/object.json')
-rw-r--r--std/examples/testdata/catj/object.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/std/examples/testdata/catj/object.json b/std/examples/testdata/catj/object.json
new file mode 100644
index 000000000..290c008ff
--- /dev/null
+++ b/std/examples/testdata/catj/object.json
@@ -0,0 +1,6 @@
+{
+ "string": "foobar",
+ "number": 123,
+ "array": [{ "message": "hello" }]
+}
+