
The template::plugin::json::escape plugin allows you to embed json strings in html. in the output, special characters such as < and & are escaped as \uxxxx to prevent xss attacks.
it also provides decoding function to keep compatibility with template::plugin::json.