raju
v3.1.0
Published
Replace colons with underscore from keys in OSM GeoJSON.
Downloads
5
Readme
npm raju replaces colons with underscore from keys in OSM GeoJSON.
Usage:
CLI
npm install raju
raju inputfile.json > outputfile.json
Module
var raju = require('raju');
outputJSON = raju(inputJSON);