49 50 51 52
# File 'lib/upguard/User.rb', line 49 def to_json(options = nil) h = to_hash return h.to_json(options) end