Acme-IsItJSON

 view release on metacpan or  search on metacpan

lib/Acme/IsItJSON.pod  view on Meta::CPAN

=encoding UTF-8

=head1 NAME

Acme::IsItJSON - Is my variable JSON or a Perl data structure?

=head1 SYNOPSIS

    use Acme::IsItJSON 'is_it_json';
    my $json = '{"zilog":"z80"}';
    is_it_json ($json);



( run in 1.270 second using v1.01-cache-2.11-cpan-49f99fa48dc )