JSON
JavaScript Object Notation
A lightweight data-interchange format that is easy for humans to read and machines to parse. Salesforce REST API requests and responses use JSON as the default format.
Example use case
A developer parses a JSON response body from a Salesforce REST API query to extract Account records in an external application.