The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

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