You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This property will return the number of elements / members in a JSONArray or JSONObject. For any other JSONNode derived classes this property will always return 0.
It's useful when manually iterating over a JSONArray with a for-loop.