# File lib/nanite/packets.rb, line 227 def self.json_create(o) i = o['data'] new(i['token'], i['to'], i['results'], i['from'], o['size']) end