> For the complete documentation index, see [llms.txt](https://daseldocs.tomwright.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daseldocs.tomwright.me/v2/functions/null.md).

# Null

Null is a basic function that allows you to return a null value.

Expects 0 arguments.

## Examples

### Basic

```
$ echo '{}' | dasel -r json 'null()' 
null
```
