> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Json

Converteert een waarde naar JSON

**Categorie:** `conversion`

**Syntax:**

```
Json(invoer)
```

**Retourneert:** `TextColumn`

**Contextfiltering:** ✓ Ja

## Parameters

| Naam     | Type             | Vereist | Beschrijving                        |
| -------- | ---------------- | ------- | ----------------------------------- |
| `invoer` | `tekst of kolom` | ✓ Ja    | De data om te converteren naar JSON |

**Toegestane kolomtypen voor `invoer`:** STRING, TEXT, VARIANT

## Validatie

* Minimum parameters: 1
* Maximum parameters: 1

## Voorbeelden

```
Json([Data Kolom])
```

Converteert data naar JSON-formaat
