fromList

fun fromList(list: List<String>): String

Converts a List of Strings into a JSON string.

Return

The JSON string.

Parameters

list

The List of Strings.