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