I created a JSON file:
$json = array( \"Sample\" =>array( \"context\" => $context, \"date\" => $date ) ); $url= \"sample
You can use the mbstring approach:
Try like this:
fwrite($myfile, mb_convert_encoding(json_encode($json), "UTF-8"));