libtemplate-plugin-json-escape-perl

Module for embedding json strings in template toolkit
  http://search.cpan.org/dist/Template-Plugin-JSON-Escape/
  0
  no reviews



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.