2

我有json内部json数组来自mongoDb.

"{ "_id" : { ""$oid"" : ""54b76bce44ae90e9e919d6e1""} ,
"_class" : ""com.argusoft.hkg.nosql.model.HkEventDocument"" , "featureName" : "EVENT" , 
"instanceId" : 577 , 
"fieldValue" : 
            { "reg_label_type" : "types" , 
              "third_custom_field" : "tttttttttttttttt" ,"people_capacity1": "20"} 
, "sectionList" : 
             [ { "sectionName" : "REGISTRATION" ,
                "customFields" : 
                               [ { "_id" : 577 , "fieldValue" :{ "multiselect1" : [ "[]"] , "datess" : { "$date" : "2015-01-16T18:30:00.000Z"}}}]} , { "sectionName" : "INVITATIONCARD" , "customFields" : [ ]}] , "franchiseId" : 2}"; 

我想访问输入中的fieldValue数组json。我怎样才能做到这一点?

4

0 回答 0