From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#################################################################################
sub setup_json {
our $_JSON = JSON::XS -> new -> latin1 (1) -> allow_nonref (1);
}
1;