Activity Forums Salesforce® Discussions What is JSON in Salesforce?

  • Ratnesh

    Member
    February 28, 2020 at 4:28 pm

    JavaScript Object Notation (JSON) support in Apex empowers the serialization of Apex objects into JSON design and the deserialization of serialized JSON content. It contains strategies used to serialize objects into JSON content utilizing the standard JSON encoding.

  • Shweta

    Member
    March 2, 2020 at 2:42 pm

    JSON Class: It contains methods for serializing Apex objects into JSON format and deserializing JSON content that was serialized using the serialize method in this class. JSON has a smaller footprint than XML, which means it can be transmitted and parsed faster than XML.

  • Pooja

    Member
    March 3, 2020 at 2:54 pm

    JSON design and the deserialization of serialized JSON content. It contains strategies used to serialize objects into JSON content utilizing the standard JSON encoding.It contains methods for serializing Apex objects into JSON format and deserializing JSON content that was serialized using the serialize method in this class. JSON has a smaller footprint than XML, which means it can be transmitted and parsed faster than XML.

  • Manish

    Member
    March 3, 2020 at 3:38 pm

    JavaScript Object Notation (JSON) support in Apex enables the serialization of Apex objects into JSON format and the deserialization of serialized JSON content.

Log In to reply.

Popular Salesforce Blogs