📜  json数组可以有不同的类型 - Javascript代码示例

📅  最后修改于: 2022-03-11 15:02:45.944000             🧑  作者: Mango

代码示例1
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.