Highcharts test tool
HTML
<p id="geojson"></p>
JavaScript
$('#geojson').append(JSON.stringify(
/* paste geojson here */
).replace(/([0-9]+)\.([0-9]+)/g, function(s1, s2, s3) {
return s2 +'.'+ s3[0];
}));
<p id="geojson"></p>
$('#geojson').append(JSON.stringify(
/* paste geojson here */
).replace(/([0-9]+)\.([0-9]+)/g, function(s1, s2, s3) {
return s2 +'.'+ s3[0];
}));