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 data in native json string format and we
Share
The
jQuery.ajax()[docs] method will parse it automatically if you setdataType:'json'.