JSON Object
An unordered collection of key/value pairs, enclosed in curly braces {}. Each key must be a string and is followed by a colon.
Objects are the primary way to structure data in JSON. They allow you to represent entities and their attributes, like a user with a name and an email. The keys must be unique within the object.