Answers for "can json array have different types"

0

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.
Posted by: Guest on June-06-2021

Code answers related to "can json array have different types"

Code answers related to "Javascript"

Browse Popular Code Answers by Language