# File lib/json/pure/generator.rb, line 375
          def to_json(*)
            '"' << JSON.utf8_to_json(self) << '"'
          end