JSON -> JSON::MaybeXS

This commit is contained in:
Graham Christensen
2021-12-13 16:36:26 -05:00
parent 30a7f068b7
commit fc49a7129d
7 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ use feature 'unicode_strings';
use strict;
use warnings;
use Setup;
use JSON qw(decode_json encode_json);
use JSON::MaybeXS qw(decode_json encode_json);
my %ctx = test_init();

View File

@ -2,7 +2,7 @@ use feature 'unicode_strings';
use strict;
use warnings;
use Setup;
use JSON qw(decode_json encode_json);
use JSON::MaybeXS qw(decode_json encode_json);
my %ctx = test_init();