class Rectify::Form

def self.from_json(json)

def self.from_json(json)
  from_params(JSON.parse(json))
end