53 54 55 56
# File 'lib/upguard/Environment.rb', line 53 def to_json(options = nil) h = to_hash return h.to_json(options) end