1In JSON, each element in an array may be of a different type.
2In Python, "array" is analogous to a list or tuple type,
3 depending on usage. However, the json module in the Python
4 standard library will always use Python lists to represent JSON arrays.