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