len

Function

ArgDescriptionType
listA list of items to filterAny (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.