can json array have different types code example
Example: can json array have different types
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.