Skip to main content

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

NameTypeDescription
int_listlist[int]The collection of integer values to be serialized into JSON format.

Returns

TypeDescription
stringA JSON string containing the array of integers.