method
to_json
to_json(options = {})
public
Hide source
# File activesupport/lib/active_support/json/encoders/symbol.rb, line 2 def to_json(options = {}) #:nodoc: ActiveSupport::JSON.encode(to_s, options) end


