9 10 11 12
# File 'lib/upguard/NodeType.rb', line 9 def to_json(options = nil) h = to_hash return h.to_json(options) end