Json Formatter
Encode string to Json
Description
This extension save input fields and markdown textareas to a Json encoded string (escaping invalid characters: single quote, quotes, backslash, and control characters like n
or t
), to make easier the output of a Json page.
Three text formatters are available:
- Json String for input fields (string formatter)
- Json Title for input fields (string formatter)
- Json CommonMark for textareas (markup formatter)
In order to use the string formatters you will need to install the text box field extension so you can apply a text formatter for an input field.