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

# deserializeObject

> Extraire le contenu d'une variable au format JSON.

Extraire le contenu d'une variable au format JSON.

#### 🎮 Méthode

```lua theme={null}
developer:deserializeObject(jsonVariable)
```

#### 📝 Arguments

| Nom            | Type     | Description               |
| -------------- | -------- | ------------------------- |
| `jsonVariable` | `string` | Variable JSON à analyser. |

#### 💎 Valeur de retour

| Type     | Description        |
| -------- | ------------------ |
| `object` | Objet désérialisé. |
