package FU::Util 0.1; use v5.36; use FU::XS; use Exporter 'import'; our @EXPORT_OK = qw/json_format/; *json_format = *FU::XS::json_format; 1;