Group
Extension

Matches 1

JS-JSON ( I/IN/INGY/JS-JSON-0.02.tar.gz, INGY, 2008; MetaCPAN )
JS-JSON/lib/JS/JSON.pm ( view source; MetaCPAN )
::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 

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