We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8b7005 + a1eaa10 commit 22699f5Copy full SHA for 22699f5
docs/templates/variable-modifiers.md
@@ -113,6 +113,11 @@ Make the content safe to use as the value of a form field.
113
114
### `:json`
115
116
+| Parameter | Default | |
117
+| -------------------- | --------- | --------------------------------------------------------------------------------------------------------------------------- |
118
+| double_encode= | `yes` | Whether or not to double encode already-encoded entities, e.g. should `"` become `"`? | |
119
+| enclose_with_quotes= | `yes` | Whether the output is automatically enclosed in quotes |
120
+
121
Encode the content for JSON output.
122
123
"headline": {title:json},
0 commit comments