module ActiveSupport::JSON

def encode(value, options = nil)

def encode(value, options = nil)
  Encoding.json_encoder.new(options).encode(value)
end