I have the following json object i need to alert it through javascript.
{data:[{\"empmenuid\":\"1\",\"empid\":null,\"deptid\":\"66\",\"aliasid\"
Just use
alert(JSON.stringify(your_json_obj));