$value .= $heading->{'heading'} . ' ';
}
$value = "{\"summary\":\"" . $value . "\"" . "}";
utf8::decode($value);
print nsb_clean($value) . "\n";
$i++;
-