method

encode_without_options

encode_without_options(value)
public

No documentation available.

# File activesupport/lib/active_support/json/encoding.rb, line 235
        def encode_without_options(value) # :nodoc:
          @encoder_without_options.encode(value)
        end