Stupid json question

Stupid json question

I have a json response, but I cant access the CODE field. How can I access it?

$.ajax({                                                              
   url: "AJAX.pgm",                                                 
   async : false,                                                      
   cache: false,                                                       
   dataType: "json",                                                   
   data:{My data },    
   success: function($result){                                         
    if ($result.ENXXLK.CODE(getting undefined)  == "900") {    

  1. ENXXLK [{MESSAGE:Record owned by AUSER, SCOWNR:AUSER, CODE:900}]
    1. 0 {MESSAGE:Record owned by AUSER, SCOWNR:AUSER, CODE:900}
      1. CODE "900"
      2. MESSAGE "Record owned by AUSER"
      3. SCOWNR "AUSER"