getXParametersFromJson

fun getXParametersFromJson(string: String): List<XParameter>

This function takes a string and tries to parse it to a list of XParameters. This is the counterpart of getJsonStringFromXParameters(...)

Return

The list of XParameter parsed from the string

Parameters

string

that should be parsed