# Json (geography)

The **Json** function converts the geography data type to [GeoJSON](https://en.wikipedia.org/wiki/GeoJSON).

This is a supported [](https://support.meetuma.ai/uma-knowledgebase/data-and-reporting/analytics-pro/functions/geography-functions "mention"). For information about converting other data types to Json.

### Syntax

```
Json(input)
```

Function arguments:

input(required) The geography data to convert to [GeoJSON](https://en.wikipedia.org/wiki/GeoJSON)

### Examples

```
Json([Coordinates])
```

Returns GeoJSON values for the geography data in the *Coordinates* column.

<figure><img src="https://files.readme.io/d0099b3-function-json-geography-example.png" alt=""><figcaption></figcaption></figure>
