83 84 85 86 87 88 89
# File 'lib/json/jwt.rb', line 83 def to_json *args if @blank_payload && args.empty? '' else super end end