Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

#!/usr/bin/perl
use strict;
use JSON::SL qw(decode_json);
print STDERR "Using version ${JSON::SL::VERSION}\n";
my $buf = read_file($ARGV[0]);
print Dumper decode_json($buf);