type
text type(value)
Returns the type of
value
:
array
returns
"array"
dictionary
returns
"dictionary"
null
returns
"null"
number
returns
"number"
text
returns
"text"
Parameters
value
— value.
Returns
the type of
value
.