What two structures is JSON built on?( )
A collection of name/value objects, and an ordered list of objects, or array.
A collection of name/value pairs, and an ordered list of values, or array.
A collection of native-value pairs, and an ordered list of arrays, or values.
A collection of object/item pairs, and an ordered list of pairs, or array.