get a value from a complex json, using jquery

get a value from a complex json, using jquery

Dear All,
I am trying to get the value of ArticleTitle from a complex json output using jQuery. My code is
  1.   $(document).ready(function() {
  2.       $.getJSON('efetch.json', function(d){
  3.         var ti = d.result[0].MedlineCitation.Article.ArticleTitle;
  4.         alert(ti);
  5.     });
  6.   });
It should be very straight forward? I am very confused.
Thanks a lot.


Below is the efetch.json
  1. {"result": [{"MedlineCitation": {"DateCompleted": {"Month": "06", "Day": "09", "Year": "2009"}, "DateRevised": {"Month": "05", "Day": "19", "Year": "2010"}, "MeshHeadingList": [{"QualifierName": ["genetics", "metabolism"], "DescriptorName": "Actins"}, {"QualifierName": ["metabolism"], "DescriptorName": "Adenosine Diphosphate"}, {"QualifierName": ["metabolism"], "DescriptorName": "Adenosine Triphosphate"}, {"QualifierName": [], "DescriptorName": "Binding Sites"}, {"QualifierName": ["genetics", "metabolism"], "DescriptorName": "Cofilin 1"}, {"QualifierName": ["genetics", "metabolism"], "DescriptorName": "Microfilament Proteins"}, {"QualifierName": ["metabolism"], "DescriptorName": "Nucleotides"}, {"QualifierName": [], "DescriptorName": "Protein Structure, Tertiary"}, {"QualifierName": ["genetics", "metabolism"], "DescriptorName": "Recombinant Fusion Proteins"}, {"QualifierName": ["cytology", "metabolism"], "DescriptorName": "Saccharomyces cerevisiae"}, {"QualifierName": ["genetics", "metabolism"], "DescriptorName": "Saccharomyces cerevisiae Proteins"}], "OtherAbstract": [], "CitationSubset": ["IM"], "ChemicalList": [{"NameOfSubstance": "Actins", "RegistryNumber": "0"}, {"NameOfSubstance": "Cofilin 1", "RegistryNumber": "0"}, {"NameOfSubstance": "Microfilament Proteins", "RegistryNumber": "0"}, {"NameOfSubstance": "Nucleotides", "RegistryNumber": "0"}, {"NameOfSubstance": "Recombinant Fusion Proteins", "RegistryNumber": "0"}, {"NameOfSubstance": "Saccharomyces cerevisiae Proteins", "RegistryNumber": "0"}, {"NameOfSubstance": "coronin proteins", "RegistryNumber": "145420-64-0"}, {"NameOfSubstance": "Adenosine Triphosphate", "RegistryNumber": "56-65-5"}, {"NameOfSubstance": "Adenosine Diphosphate", "RegistryNumber": "58-64-0"}], "OtherID": ["NIHMS104003", "PMC2702861"], "DateCreated": {"Month": "05", "Day": "19", "Year": "2009"}, "KeywordList": [], "SpaceFlightMission": [], "GeneralNote": [], "Article": {"ArticleDate": [], "Pagination": {"MedlinePgn": "364-74"}, "AuthorList": [{"LastName": "Gandhi", "Initials": "M", "NameID": [], "ForeName": "Meghal"}, {"LastName": "Achard", "Initials": "V", "NameID": [], "ForeName": "Vérane"}, {"LastName": "Blanchoin", "Initials": "L", "NameID": [], "ForeName": "Laurent"}, {"LastName": "Goode", "Initials": "BL", "NameID": [], "ForeName": "Bruce L"}], "Language": ["eng"], "PublicationTypeList": ["Journal Article", "Research Support, N.I.H., Extramural", "Research Support, Non-U.S. Gov't"], "Journal": {"ISSN": "1097-4164", "ISOAbbreviation": "Mol. Cell", "JournalIssue": {"Volume": "34", "Issue": "3", "PubDate": {"Month": "May", "Day": "15", "Year": "2009"}}, "Title": "Molecular cell"}, "Affiliation": "Department of Biology and Rosenstiel Basic Medical Science Research Center, Brandeis University, Waltham MA, 02454, USA.", "ArticleTitle": "Coronin switches roles in actin disassembly depending on the nucleotide state of actin.", "ELocationID": [], "Abstract": {"AbstractText": "Rapid and polarized turnover of actin networks is essential for motility, endocytosis, cytokinesis, and other cellular processes. However, the mechanisms that provide tight spatiotemporal control of actin disassembly remain poorly understood. Here, we show that yeast coronin (Crn1) makes a unique contribution to this process by differentially interacting with and regulating the effects of cofilin on ATP/ADP+P(i) versus ADP actin filaments. Crn1 potently blocks cofilin severing of newly assembled (ATP/ADP+P(i)) filaments but synergizes with cofilin to sever older (ADP) filaments. Thus, Crn1 has qualitatively distinct/opposite effects on actin dynamics depending on the nucleotide state of actin. This bimodal mechanism requires two separate actin-binding domains in Crn1. Consistent with these activities, Crn1 excludes GFP-Cof1 from newly assembled regions of actin networks in vivo and accelerates cellular actin turnover by four fold. We conclude that coronin polarizes the spatial distribution and activity of cofilin to promote selective disassembly of older actin filaments."}, "GrantList": [{"Acronym": "GM", "Country": "United States", "Agency": "NIGMS NIH HHS", "GrantID": "GM63691"}, {"Acronym": "GM", "Country": "United States", "Agency": "NIGMS NIH HHS", "GrantID": "R01 GM063691-07"}, {"Acronym": "GM", "Country": "United States", "Agency": "NIGMS NIH HHS", "GrantID": "R01 GM083137-02"}]}, "PMID": "19450534", "MedlineJournalInfo": {"MedlineTA": "Mol Cell", "Country": "United States", "NlmUniqueID": "9802571", "ISSNLinking": "1097-2765"}}, "PubmedData": {"ArticleIdList": ["S1097-2765(09)00145-2", "10.1016/j.molcel.2009.02.029", "19450534", "PMC2702861", "NIHMS104003"], "PublicationStatus": "ppublish", "History": [{"Month": "2", "Day": "28", "Year": "2008"}, {"Month": "11", "Day": "26", "Year": "2008"}, {"Month": "2", "Day": "25", "Year": "2009"}, {"Month": "5", "Minute": "0", "Day": "20", "Hour": "9", "Year": "2009"}, {"Month": "5", "Minute": "0", "Day": "20", "Hour": "9", "Year": "2009"}, {"Month": "6", "Minute": "0", "Day": "10", "Hour": "9", "Year": "2009"}]}}], "entrezajax": {"error": false}}