json对象定义格式(对象+数组)

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

 

posted @ 2018-11-24 13:16  程序员小明1024  阅读(492)  评论(0编辑  收藏  举报