class RuboCop::Cop::Lint::NoJSON

@example

# bad
JSON.parse(...)

# good
MultiJson.load(...)