fromJson

fun fromJson(jsonString: String): RVData

Deserializes a JSON string into an instance of the RVData class.

Return

An instance of RVData populated with the data from the provided JSON string.

Parameters

jsonString

The JSON string to be deserialized into an RVData object. The JSON representation must conform to the structure of the RVData class.