# Json

The **Json** function converts a value to JSON (or GeoJSON when converting geography data ).

For more information about converting the geography data type to GeoJSON, see [json-geography](https://support.meetuma.ai/uma-knowledgebase/data-and-reporting/analytics-pro/functions/geography-functions/json-geography "mention").

### Syntax

```
Json(input)
```

Function arguments:

input(required) The data to convert to JSON

### Example

```
Json([Cust JSON as Text])
```

Returns Json values for the variant data in the *Cust JSON as Text* column.

<figure><img src="https://files.readme.io/38dc49e-99.png" alt=""><figcaption></figcaption></figure>
