Help for this page
my $decoded = decode_json($json); my $aref = $decoded->{"observations"}; foreach my $element (@$aref){ $final .= $element->{"op_path"}.","; } print $final;
{ "generation_date": "", "static_info": "", ... } ] }