Activity › Forums › Salesforce® Discussions › What is JSON in Salesforce?
-
What is JSON in Salesforce?
Posted by Aditya on February 28, 2020 at 2:55 PMWhat is JSON in Salesforce?
Manish replied 6 years, 2 months ago 5 Members · 4 Replies -
4 Replies
-
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.
- [adinserter block='9']
-
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.
-
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.
-
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.