Hi All,
var jsonCallbackCode1 = eval("employees = { 'accounting' : [ { 'firstName' : 'Jo''hn', 'lastName' : 'Doe','age': 23 }]}");
alert(employees.accounting[0].firstName);
I got the following exception Microsoft JScript compilation error: Expected '}'
help me?