package JSON::Diffable;
-use JSON ();
+use JSON::MaybeXS ();
use Exporter 'import';
our $VERSION = '0.000001'; # 0.0.1
$VERSION = eval $VERSION;
-my $real = JSON->new->relaxed->allow_nonref->utf8;
+my $real = JSON::MaybeXS->new->relaxed->allow_nonref->utf8;
our @EXPORT_OK = qw( encode_json decode_json );