# File lib/active_support/json/encoding.rb, line 40
        def initialize(options = nil)
          @options = options
          @seen = []
        end