# File lib/json/pure/generator.rb, line 399
399:           def to_json_raw_object
400:             {
401:               JSON.create_id  => self.class.name,
402:               'raw'           => self.unpack('C*'),
403:             }
404:           end