Re: Using simplejson

2007-06-21 Thread aman r
dojo.json.evalJson(data); > > which evaluates the data and returns it as object literals that you > can then access with dot notation or whatever you use. In my case, I > used the javascript array/dictionary lookup notation to get my simple > "is it there" response and then I spe

Re: Using simplejson

2007-06-20 Thread aman r
yes, u have understood my problem correctly but the JSON object is not recognized in the html page so if i try to say something like list.name(where list has my JSON and name is its one of the values present in that list) then it doesnt get recognized, is gives me Type mismatch error , is there