json对象(对象+数组)

{
"orderId": "1",
"sellerCommentList": [{
"sellerId": "222",
"randId": "5",
"goodCommentList": [{
"goodId": "222",
"starEvaluation": "4"
}]
}]
}

原文地址:https://www.cnblogs.com/konglxblog/p/10011753.html