33 34 35 36
# File 'lib/upguard/Event.rb', line 33 def to_json(options = nil) h = to_hash return h.to_json(options) end