JSFiddle - React, Tailwind, and code Playground
by Msk_Satheesh
JavaScript
var a = JSON.stringify('{"member": ["{\"dob\": \"1997-08-23 00:00:00.000000\", \"gender\": \"1\", \"marital\": \"2\", \"member_id\": \"M001\", \"salary_band\": 0, \"relationship\": \"1\", \"last_coverage\": null},{\"dob\": \"1999-05-05 00:00:00.000000\", \"gender\": \"2\", \"marital\": \"2\", \"member_id\": \"M002\", \"salary_band\": 0, \"relationship\": \"2\", \"last_coverage\": null}"], "ar_name": "", "cust_name": "satheesh", "custmailid": "[email protected]", "sponsoruid": "", "custmobileno": "0551645498", "emirate_resident": "354546324234234"}');
var b = JSON.parse(a);
console.log(b.cust_name)