summaryrefslogtreecommitdiff
path: root/src/templating/test7/json
diff options
context:
space:
mode:
Diffstat (limited to 'src/templating/test7/json')
-rw-r--r--src/templating/test7/json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/templating/test7/json b/src/templating/test7/json
new file mode 100644
index 000000000..c9ee47150
--- /dev/null
+++ b/src/templating/test7/json
@@ -0,0 +1,8 @@
+{ "data": "grandparent", "children": [
+ { "data": "parent", "children": [
+ { "data": "child", "children": [] }
+ ]},
+ { "data": "parent2", "children": [
+ { "data": "child2", "children": [ { "data": "pet", "children": false } ]}
+ ]}
+]}