skip to Main Content

Jquery ajax – Get Json inside a json and put it in the textboxes using jquery

I have an output like this. [{…}] 0: id: 3 url_generation: "https://mail.google.com/mail/u/0/#sent" status: "status one" certificate: "[{"med_sbj_list":"Certificate1"},{"med_sbj_list":"Certificate2"},{"med_sbj_list":"Certificate3"},{"med_sbj_list":null},{"med_sbj_list":null},{"med_sbj_list":null}]" name: "Doctor 1" alphabet_name: "Doctor one" image: "/doctor_photos/GSmdfr_Screenshot_20200114_102036.jpg" image_caption: "this is an image caption" image_alt: "image alt" industry: "industry two" conference: "[{"conf":"Conference1"},{"med_sbj_list":"Conference2"},{"conf":"Conference3"},{"conf":null},{"conf":null},{"conf":null}]" birthday:…

VIEW QUESTION
Back To Top
Search