Activity Forums Salesforce® Discussions Explain how to transform JSON text to a JavaScript object in Salesforce?

  • Avnish Yadav

    Member
    August 8, 2018 at 6:23 am

    Hi Prachi,

    JSON is to collect as JSON data from a web server as a file or HTTP request and convert the JSON data to a JavaScript, and then it avails the data in a web page.

    The JSON.parse() method parses a JSON string, constructing the JavaScript value or object described by the string.

    Thanks.

  • Parul

    Member
    September 28, 2018 at 5:28 pm

    JSON.parse() method parses a JSON string, constructing the JavaScript value or object described by the string

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos