class Rack::Protection::EncryptedCookie::Base64::JSON
def decode(str)
def decode(str) return unless str begin ::JSON.parse(super(str)) rescue StandardError nil end end
def decode(str) return unless str begin ::JSON.parse(super(str)) rescue StandardError nil end end