Binary package “libtemplate-plugin-json-escape-perl” in ubuntu jammy

module for embedding JSON strings in Template Toolkit

 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.