Help for this page

Select Code to Download


  1. or download this
    my @apiJson = decode_json( $apiContent );
    my $msgID   = $apiJson[0]->[0]{id};
             #  or  #
    my $apiJson = decode_json( $apiContent );
    my $msgID   = $apiJson->[0]{id};