# File lib/json/pure/generator.rb, line 363 363: def to_json_raw_object 364: { 365: JSON.create_id => self.class.name, 366: 'raw' => self.unpack('C*'), 367: } 368: end