list_int_json
No overview available.
def list_int_json(
int_list: list[int]
) - > string
Converts a list of integers into a JSON-formatted string representation.
Parameters
| Name | Type | Description |
|---|---|---|
| int_list | list[int] | The collection of integer values to be serialized into JSON format. |
Returns
| Type | Description |
|---|---|
string | A JSON string containing the array of integers. |