Well in 'success' callback function recieves data in native json string format and we have to convert it into javascript object using $.pareseJSON(data) inside the success callback. Is it possible to receive already paresed Well in 'success' callback function recieves da