Skip to content

Instantly share code, notes, and snippets.

@kanghyojun
Created February 11, 2014 07:46
Show Gist options
  • Select an option

  • Save kanghyojun/8930710 to your computer and use it in GitHub Desktop.

Select an option

Save kanghyojun/8930710 to your computer and use it in GitHub Desktop.
p = Person()
for k, v in payload.iteritems():
setattr(p, k, v)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment