# File lib/active_support/json/encoding.rb, line 29
    def self.encode(value, options = nil)
      Encoding::Encoder.new(options).encode(value)
    end