Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.

len

Function
Arg Description Type
list A list of items to filter Any (required)

Description

Returns the length of an object.

For strings, this is the number of bytes. For arrays, this is the number of entries. For dicts, this is the number of key/value pairs.