method
Value.Len
Count direct object members or list items without copying.
Example
tags := store.List(store.String("news"))
count := tags.Len() // 1Returns
The number of members or items, or zero for other kinds.
intHow it works
Use Kind when an empty container must be distinguished from a scalar.
Full signature
Related types
ValueAn immutable scalar, object, list, or populated document value.