OpenStruct serialization/deserialization
Deserializes JSON string by constructing new Struct object with values v serialized by to_json.
Returns a hash, that will be turned into a JSON object and represent this object.
Stores class name (OpenStruct) with this struct‘s values v as a JSON string.
[Validate]