summaryrefslogtreecommitdiff
path: root/src/mustach/test2/json
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-26 15:03:34 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-26 15:03:34 +0200
commitcb400751c159fc1fdfa39bc14960da3dd749e637 (patch)
tree11de639a89e36affdcb1087188a86d9f4b2e7089 /src/mustach/test2/json
parent7d2465146e6dd1f50d6a8f5121edfa667f1cae84 (diff)
downloadmerchant-cb400751c159fc1fdfa39bc14960da3dd749e637.tar.gz
merchant-cb400751c159fc1fdfa39bc14960da3dd749e637.tar.bz2
merchant-cb400751c159fc1fdfa39bc14960da3dd749e637.zip
vendoring Mustach
Diffstat (limited to 'src/mustach/test2/json')
-rw-r--r--src/mustach/test2/json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mustach/test2/json b/src/mustach/test2/json
new file mode 100644
index 00000000..8c668b3b
--- /dev/null
+++ b/src/mustach/test2/json
@@ -0,0 +1,9 @@
+{
+ "header": "Colors",
+ "items": [
+ {"name": "red", "first": true, "url": "#Red"},
+ {"name": "green", "link": true, "url": "#Green"},
+ {"name": "blue", "link": true, "url": "#Blue"}
+ ],
+ "empty": false
+}