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