blob: 5d09324de3c33ffc5c668519fb867077dfb38400 [file] [log] [blame]
Nils Diewald02df9912014-06-03 16:08:07 +00001% use JSON::XS;
2
3% if (stash('search.query')) {
4<code><span>JSON-LD Query for <%= param 'q' %> (<%= param 'ql' %>)</span><pre>
5% my $json = JSON::XS->new->pretty;
6%= $json->encode(stash('search.query'))
7</pre></span></code>
8% }