Skip to main content
Array or object: Count items Returns the number of items in an array or object.

Fields

N/A

Sample Data

InputResult
[“A”,“B”,“C”]3
[]0
{“name”: “A”, “price”: 10}2