Struct 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 (Struct) with Struct values v as a JSON string. Only named structs are supported.
[Validate]