JSON arrays represent a collection of objects. In JS, theres a bunch of collection functions off of them such as slice, pop, push. Objects have just more raw data.
A JSONArray is an ordered sequence of values. Its external text form is a string wrapped in square brackets with commas separating the ...