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