toList
Gets all the values as a List. The types of the values contained in the returned List are Array, Blob, Dictionary, Number types, String, and null.
Return
a List containing all values.
Gets content of the current object as a List. The values contained in the returned List object are all JSON based values.
Return
the List object representing the content of the current object in the JSON format.