JSON Key
A string enclosed in double quotes that serves as the identifier for a value within a JSON object.
The key is always on the left side of the colon in a key/value pair. It provides context for the value it's associated with, such as "name", "id", or "email".