dict_json
No overview available.
def dict_json(
data: dict
) - > string
Converts a dictionary into a JSON-formatted string for serialization or data transmission.
Parameters
| Name | Type | Description |
|---|---|---|
| data | dict | The dictionary containing key-value pairs to be serialized into JSON format. |
Returns
| Type | Description |
|---|---|
string | A JSON string representation of the input dictionary. |