summaryrefslogtreecommitdiffstats
path: root/tools/templates/json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/templates/json')
-rw-r--r--tools/templates/json10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/templates/json b/tools/templates/json
new file mode 100644
index 0000000..8b7adb9
--- /dev/null
+++ b/tools/templates/json
@@ -0,0 +1,10 @@
+[
+{{#roas}}
+ {
+ "prefix": "{{prefix}}",
+ "length": "{{length}}",
+ "maxlen": "{{maxlen}}",
+ "origin": "{{origin}}"
+ }{{^last}},{{/last}}
+{{/roas}}
+]