9 lines
119 B
Perl
9 lines
119 B
Perl
package FU::Util 0.1;
|
|
|
|
use v5.36;
|
|
use FU::XS;
|
|
use Exporter 'import';
|
|
|
|
our @EXPORT_OK = qw/json_format json_parse/;
|
|
|
|
1;
|