# File lib/json/pure/generator.rb, line 461 def to_json_raw_object { JSON.create_id => self.class.name, 'raw' => self.unpack('C*'), } end