For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Last updated