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