Definition
A lightweight data-interchange format that is easy for humans to read and for machines to parse. The most common format for REST API payloads.
Example Usage
"The API request body is a JSON object with a 'userId' string and an 'items' array of product objects."