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

# Null

Null values are a bit like having a labeled container, but it's intentionally empty - and not just empty, but specifically marked as "nothing here."

```json theme={null}
{
    "dogName": "Max",
    "catName": null,
    "fishName": ""
}
```
