method

encode_without_options

rails latest stable - Class: ActiveSupport::JSON

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

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