riya
New member
- Joined
- Jan 21, 2023
- Messages
- 2
- Programming Experience
- Beginner
Hi guys,
I am very new to c#, i want to fetch data from below structure. Can someone please help me how can i fetch same.
I am very new to c#, i want to fetch data from below structure. Can someone please help me how can i fetch same.
JSON:
"replicableInsuranceDetails" : [
{
"insurance" : "new",
"insuredGender" : "M",
"insuredEmploymentStatus" : "empPartTime",
"insuranceName" : "test",
"policyOrMemberId" : "policy-123",
"insuredName" : "kdkas",
"insuredRelationship" : "nephewOrNiece"
},
{
"insurance" : "Insurance number Two",
"insuredGender" : "M",
"insuredEmploymentStatus" : "selfEmployed",
"insuranceName" : "test2",
"policyOrMemberId" : "POLICY Two",
"insuredName" : "Two Jonny",
"insuredRelationship" : "spouseee"
},
{
"insurance" : "selfPay",
"insuredGender" : "M",
"insuredEmploymentStatus" : "Unknown",
"insuranceName" : "test",
"policyOrMemberId" : "Unavailable",
"insuredName" : "Unavailable",
"insuredRelationship" : "employee"
}
]
Last edited by a moderator: