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);
    my $perl = {zilog => 'z80'};
    is_it_json ($json);

=head1 DESCRIPTION

Not sure if your variable is a Perl data structure or a JSON string?

This Perl module can help.

=head1 FUNCTIONS



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