使用JSON数组有什么区别和优点:
{ thing:[ { }, { } ] }
与JSON对象:
{ thing:{ { }, { } } }
arrays json object
arrays ×1
json ×1
object ×1