Help for this page
use strict; use warnings; use JSON::XS; ... my $json = get $url; my $data = decode_json $json; print $data->{success}, "\n";