# File lib/heroku/helpers.rb, line 198
    def json_decode(json)
      OkJson.decode(json)
    rescue OkJson::ParserError
      nil
    end