fromJsonString

fun fromJsonString(jsonString: String): Property

Deserializes a JSON string from an ExtendedProperty value to an ical4j property.

Return

ical4j property, generated from jsonString

Parameters

jsonString

JSON representation of an ical4j property

Throws

when the input value can't be parsed