class Struct

def self.json_create(object)

See #as_json.
def self.json_create(object)
  new(*object['v'])
end