::JSON;
use 5.006;
use strict;
use warnings;
our $VERSION = '0.02';
our $AUTHORITY = 'cpan:STEVAN';
1;
__END__
=head1 NAME
JS::JSON - JSON module for JS
=head1 SYNOPSIS
http://www.json.o
.json.org/json2.js> for use with the
L<JS> framework.
=head1 DOCUMENTATION
This file creates a global JSON object containing two methods: stringify
and parse.
=head1 METHODS
=over 4
=item B<JSON
duces a JSON text from a JavaScript value.
When an object value is found, if the object contains a toJSON
method, its toJSON method will be called and the result will be
stringified. A toJSON method