package JSON::ON;
$VERSION = v0.0.3;
use warnings;
use strict;
use Carp;
=head1 NAME
JSON::ON - javascript object notation object notator
=head1 SYNOPSIS
This module serializes and deserializes b
ssed references with JSON.
use JSON::ON;
my $stuff = {whatever => What::Ever->new};
my $j = JSON::ON->new;
my $enc = $j->encode($stuff);
# elsewhere...
my $j = JSON::ON->new;
my $dec
->{whatever}->amethod;
=head2 Making Sausage
The encode() method installs a local UNIVERSAL::TO_JSON() which simply
un-blesses HASH, ARRAY, and SCALAR references. Similarly, the decoding
has a hook