fu/FU/Util.pm
Yorhel 7cdc02e399 jsonparse: Add basic JSON parser
Some TODO's left and this needs benchmarking.
2025-01-31 07:29:06 +01:00

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;