Help for this page
use JSON; ... my $hashref = decode_json $json; my @array = %$hashref; print join ', ', @array;
my @array = %$params;