【发布时间】:2018-09-06 19:46:43
【问题描述】:
由于我正在使用 json Web 服务并将值存储在 NSMutablearray 中,但我得到了 Null 响应。现在我想删除该 null 值并将其替换为空。谁能帮我解决这个错误。
(
{
Aadhar =1123323244;
AddressProofCopy = "<null>";
Advertisement = "<null>";
AgreementCopy = "<null>";
ApCity = ggg;
ApDistrict = g;
ApDoorNo = g;
ApFGFirstName = v;
ApFGSurName = g;
ApGender = F;
ApPIN = 12323;
ApStreet = h;
AppStatus = "<null>";
ApplRefStageStatus = N;
ApplicantFirstName = g;
ApplicantPhoto = "<null>";
ApplicantSurName = g;
ApplicationDate = "2018-09-06T00:00:00.000Z";
ApplicationType = New;
BuldingType = "<null>";
District = 132424;
DistrictId = 11;
DocVerifiedBy = "<null>";
DocVerifiedDate = "<null>";
DocVerifiedMessage = "<null>";
DocVerifiedStatus = "<null>";
}
)
【问题讨论】:
-
请分享你的模型是什么样的。是字典数组吗?
标签: ios objective-c