<?php
$c = file_get_contents('./cities_v2.json');
$s = "<?php return " . var_export(json_decode($c, true), true) . ";?>";
file_put_contents('./cities_config.php', $s);
?>
<?php
$c = file_get_contents('./cities_v2.json');
$s = "<?php return " . var_export(json_decode($c, true), true) . ";?>";
file_put_contents('./cities_config.php', $s);
?>