Activity Forums Salesforce® Discussions What is JSON deserialize in Salesforce?

  • Anjali

    Member
    July 9, 2020 at 11:48 AM

    Returns a new JSON parser. deserialize(jsonString, apexType) Deserializes the specified JSON string into an Apex object of the specified type. deserializeStrict(jsonString, apexType) Deserializes the specified JSON string into an Apex object of the specified type.

  • [adinserter block='9']
  • Ayush

    Member
    July 9, 2020 at 1:20 PM

    Deserializes the specified JSON string into an Apex object of the specified type.

Log In to reply.