# JSON Objects

It represents data in a structured manner using key-value pairs. Within JSON, objects are one of the fundamental components for organizing and representing data.

A JSON object is enclosed within curly braces {} and consists of a collection of key-value pairs. The keys are strings that provide a label or identifier for the corresponding values. The values can be of various types, including strings, numbers, booleans, arrays, or even nested objects.

JSON objects enable the organization and storage of complex data structures in a hierarchical format. They offer flexibility, allowing developers to represent and manipulate data in a concise and human-readable manner. JSON objects are commonly used for transmitting and storing data in web APIs, configuration files, and various data exchange scenarios.

In summary, JSON objects serve as containers for data, providing a standardized and versatile format for representing structured information in a lightweight and easily understandable way.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportradar.com/basketball/json-objects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
