# File lib/nanite/packets.rb, line 338
    def self.json_create(o)
      i = o['data']
      new(i['identity'], i['status'], o['size'])
    end