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