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