JSON数组

数组作为JSON对象

实例

["Google", "Amazon", "Facebook”]

JSON数组在中括号中书写

JSON对象中的数组

对象属性的值可以是一个数组
实例:

{
"content":"Website",
"number":"2",
"url":["www.google.com", "www.baidu.com]
}

你可能感兴趣的:(JSON数组)