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 following object would return the value 2 { "element1":"a", "element2":"b" }