{
"already_public": "null",
"status": "true",
"message": "Service provider added successfully",
"detail": {
"id": "1175",
"address_1": "",
"address_2": "",
"profession": "Accountant",
"city": "",
"company": "",
"email_1": "",
"email_2": "",
"firstname": "das\' feet",
"lastname": "",
"life_block": "Family",
"work_phone": "",
"mobile_phone": "",
"home_phone": "",
"fax": "",
"state": "",
"title": "",
"website": "",
"zip": "",
"ismyprovider": "1",
"privacy": "null",
"img_url": "http://localhost/mtube/uploads/blank_pic.png"
},
"inresponseto": "addServiceProvider"
}
除了这一行
之外,一切都很好"firstname": "das\' feet"
双引号内有单引号。尽管在角色之前有一个\
,但这个json被jsonlint无效。