class KPM::Migrations

def get_as_json(url)

def get_as_json(url)
  raw = URI.parse(url).read
  JSON.parse(raw)
end