class RuboCop::CachedData

def from_json(text)

def from_json(text)
  deserialize_offenses(JSON.parse(text))
end