Companion

object Companion

Functions

Link copied to clipboard
fun fromJson(jsonString: String): RVData

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

Link copied to clipboard

Converts a JSON string representation into an instance of RVariableIfc. The method parses the JSON string, maps it to an RVData object, and then transforms it into an implementation of RVariableIfc using the asRVariable method.