Help for this page
$data = readRaw(table name); ... return \@rawRecords; }
sub makeJSONToExport { my ($arrayref) = @_; ... my $json = encode_json($arrayref, $typehint_raws); return $json; }