- or download this
use JSON::XS qw( decode_json );
my $data = decode_json($json);
- or download this
use JSON::XS qw( );
my $data = JSON::XS->new->decode($json);
- or download this
say $data->{d}{response}[0]{ptoFpngTransactionBundle}{bundleProcessSta
+tus};