Key
The name or identifier used to access the corresponding values within a JSON (JavaScript Object Notation) object. A JSON object is a collection of key-value pairs enclosed in curly braces {}. For example:
{
“key1”: “value1”,
“key2”: “value2”
}