Activity Forums Salesforce® Discussions What is JSON Parser in Apex?

  • Kirandeep

    Member
    October 12, 2020 at 12:34 pm

    Use the JSONParser class methods to parse JSON-encoded content. These methods enable you to parse a JSON-formatted response that's returned from a call to an external service, such as a web service callout.

  • Marziya

    Member
    October 12, 2020 at 2:21 pm

    Use the <samp>System.JSONParser</samp> methods to parse a response that's returned from a call to an external service that is in JSON format, such as a JSON-encoded response of a Web service callout.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos