json_create(object)
Deserializes JSON string by constructing new Struct object with values v serialized by to_json.
# File ext/json/lib/json/add/core.rb, line 171 def self.json_create(object) new(*object['v']) end