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