23 24 25 26
# File 'lib/upguard/BaseObject.rb', line 23 def to_json(options = nil) h = to_hash return h.to_json(options) end