我的JSON是如下:如何從Xamarin中的JSON中檢索單個值?
{
"Total": "5",
"Success": "true",
"Results": [
{
"accStatus": "01",
"allowPositiveBal": "01",
"bumiputera": "02",
"centralClosure": "01",
"citizenship": "03",
"closeZeroBal": "01",
"currency": "MYR",
"customerType": "3",
"earlySettlement": "01",
"exceptionPayment": "01",
"gender": "03",
"glCode": "12001",
"holidayPayment": "01",
"maturityDate": "01",
"maxAge": "60",
"maxPaymentPeriod": "360",
"minAge": "18",
"minFullSettlement": "0",
"partialSettlement": "01",
"paymentFrequency": "3",
"paymentGraceDay": "3",
"paymentType": "1",
"productCode": "03",
"productName": "House Under Construction",
"race": "03",
"religion": "02",
"reschedule": "01",
"staff": "02"
},
{
"accStatus": "01",
"allowPositiveBal": "01",
"bumiputera": "02",
"centralClosure": "01",
"citizenship": "01",
"closeZeroBal": "02",
"currency": "MYR",
"customerType": "3",
"earlySettlement": "01",
"exceptionPayment": "01",
"gender": "03",
"glCode": "80000",
"holidayPayment": "02",
"maturityDate": "01",
"maxAge": "50",
"maxPaymentPeriod": "360",
"minAge": "21",
"minFullSettlement": "0",
"partialSettlement": "01",
"paymentFrequency": "3",
"paymentGraceDay": "3",
"paymentType": "1",
"productCode": "01",
"productName": "Murabahah Car Financing",
"race": "03",
"religion": "02",
"reschedule": "01",
"staff": "02"
},
{
"accStatus": "01",
"allowPositiveBal": "01",
"bumiputera": "01",
"centralClosure": "01",
"citizenship": "01",
"closeZeroBal": "01",
"currency": "BND",
"customerType": "1",
"earlySettlement": "01",
"exceptionPayment": "01",
"gender": "01",
"glCode": "12001",
"holidayPayment": "01",
"maturityDate": "01",
"maxAge": "20",
"maxPaymentPeriod": "4",
"minAge": "18",
"minFullSettlement": "5",
"partialSettlement": "01",
"paymentFrequency": "6",
"paymentGraceDay": "2",
"paymentType": "2",
"productCode": "04",
"productName": "Ytghjgj",
"race": "01",
"religion": "01",
"reschedule": "01",
"staff": "01"
}
]
}