kage Test::JSON;
use strict;
use Carp;
use Test::Differences;
use JSON::Any;
use base 'Test::Builder::Module';
our @EXPORT = qw/is_json is_valid_json/;
=head1 NAME
Test::JSON - Test JSON data
=he
SION = '0.11';
my $JSON = JSON::Any->new;
=head1 SYNOPSIS
use Test::JSON;
is_valid_json $json, '... json is well formed';
is_json $json, $expected_json, '... and it matche
id_json
=item * is_json
=back
=head1 DESCRIPTION
JavaScript Object Notation (JSON) is a lightweight data interchange format.
L<Test::JSON> makes it easy to verify that you have built valid JSON an