json_list_sum¶

json_list_sum(json_list)[source]¶

Return the sum of a list of numbers in a JSON string.

Parameters:

json_list (str) – JSON string containing a list of numbers.

Returns:

The sum of the numbers in the list.

Return type:

Number