getXPropertyListFromJson

fun getXPropertyListFromJson(string: String): PropertyList<Property>

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

Return

The list of XProperty parsed from the string

Parameters

string

that should be parsed