NAME

MozRepl::Plugin::JSON2 - use a 7bit safe json2.js for MozRepl/JS serialization

SYNOPSIS

This module only exists to serve as a container for the MozRepl::RemoteObject JSON encoding/decoding.

MODIFIED VERSION OF json2.js

This distribution contains a hacked, UTF-8 safe version of the json2.js encoder. This is for channels that don't transfer data in an UTF-8 safe manner. It is slower than using a native JSON encoder on the Javascript side.

    http://www.JSON.org/json2.js
    2011-02-23

    Public Domain.

    NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.

    See http://www.JSON.org/js.html

REPOSITORY

The public repository of this module is http://github.com/Corion/mozrepl-remoteobject.

AUTHOR

Max Maischein corion@cpan.org

COPYRIGHT (c)

Copyright 2009-2012 by Max Maischein corion@cpan.org.

LICENSE

This module is released under the same terms as Perl itself.