Group
Extension

Matches 1

Plack-Middleware-JSON-ForBrowsers ( M/MS/MSTOCK/Plack-Middleware-JSON-ForBrowsers-0.002000.tar.gz, MSTOCK, 2014; MetaCPAN )
Plack-Middleware-JSON-ForBrowsers/lib/Plack/Middleware/JSON/ForBrowsers.pm ( view source; MetaCPAN )
iddleware::JSON::ForBrowsers;
{
  $Plack::Middleware::JSON::ForBrowsers::VERSION = '0.002000';
}
use parent qw(Plack::Middleware);

# ABSTRACT: Plack middleware which turns application/json responses 
into HTML

use strict;
use warnings;
use Carp;
use JSON;
use MRO::Compat;
use Plack::Util::Accessor qw(json html_head html_foot);
use List::MoreUtils qw(any);
use Encode;
use HTML::Entities qw(encode_
rg/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title>JSON::ForBrowsers</title>
		<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ut

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.