# 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
```
