📅  最后修改于: 2022-03-11 15:02:45.944000             🧑  作者: Mango
In JSON, each element in an array may be of a different type.
In Python, "array" is analogous to a list or tuple type,
depending on usage. However, the json module in the Python
standard library will always use Python lists to represent JSON arrays.