function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sunu jsunu j 

How to deserialize json data that is returned with ' in the field value

Http callouts returns json response.getbody() which contains data  with ' (eg, o'reilly). 
i have to deserialize this data to store it into custom object.
Do you all think can i still use deserialize straight way or any other suggesion?
VikashVikash (Salesforce Developers) 
Hi,

Please refer below link to understand about Deserialize Json data
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_json_json.htm

Hope this helps.

Thanks
Vikash_SFDC