- or download this
#ref($docoded_json->{strarry} confirms array. Store in array for easi
+er processing:
my @jsonarray = $decoded_json->{strarray};
- or download this
use strict;
use warnings;
...
--output:--
ARRAY
- or download this
my @jsonarray = $decoded_json->{strarray};
- or download this
my @jsonarray = $aref;
- or download this
@{ $jsonarray[0] }
- or download this
my @jsonarray = $decoded_json->{strarray};
- or download this
my @jsonarray = @{ $decoded_json->{strarray} };