GeoJSON <-> JSON Converter

Normalize GeoJSON, or turn coordinate-based JSON records into GeoJSON features.

Last updated: June 2026 | By Patchworkr Team

Atlas Room
JSON output1 feature detected
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Patchworkr HQ"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          174.7633,
          -36.8485
        ]
      }
    }
  ]
}
Format Foundry

What does GeoJSON conversion do?

GeoJSON is JSON with spatial structure. This tool validates that structure and can wrap coordinate records into GeoJSON features.

How to use it

GeoJSON to JSON

Paste GeoJSON and normalize it into readable JSON.

JSON to GeoJSON

Paste coordinate-style JSON and let the tool build point features.

Example

Patchworkr HQ

FeatureCollection with one point feature
Ready for mapping

Related Tools