package HTML::Native::JSON;
# Copyright (C) 2011 Michael Brown <mbrown@fensystems.co.uk>.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Gene
HTML::Native::JSON - embedded JSON data
=head1 SYNOPSIS
use HTML::Native::JSON;
my $json = HTML::Native::JSON->new ( {
start => 4,
end => 7
} );
print $json;
# print
s "<script type="application/json">{"start":4,"end":7}</script>"
=head1 DESCRIPTION
An L<HTML::Native::JSON> object represents a piece of inline JSON
data, usable by JavaScript code such as the jQue