from Json
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
json String
The JSON string to be deserialized into an RVData object. The JSON representation must conform to the structure of the RVData class.