.len
Description
Parameters
Usage On Objects
obj = {
"1":"val",
"2":"val"
}
log obj.len
// returns the number of keys in the object (2)Last updated
obj = {
"1":"val",
"2":"val"
}
log obj.len
// returns the number of keys in the object (2)Last updated