missing field in response text of ajax

missing field in response text of ajax

i had to make a application to send a enquiry mail using php. i used ajax to send data to php after sending mail will return status. if there are error in fields then error data is being send to html as a json encoded text.all works fine in php. when back in javascript i am missing a field value the last one .
in php if this is the output {"name":"Paul","place":"USA"} responsText is {"name":"Paul"}