Size
Returns the number of elements in an object.
Input Fields
object (object): the object to get the size of
Output Fields
size (number): the number of elements in the object. For example, the object { "element1":"a", "element2":"b" } returns a value of 2.