method
encode_json
encode_json(encoder)
public
Hide source
# File activesupport/lib/active_support/json/encoding.rb, line 171 def encode_json(encoder) encoder.escape(self) end


