JavaScript Object Notation

JSON

noun (acronym) /ˈdʒeɪ.sɒn/

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.

"The API request body is a JSON object with a 'userId' string and an 'items' array of product objects."