Skip to content

Instantly share code, notes, and snippets.

@ulises
Created June 22, 2014 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ulises/bc692ab9b8b5350413cf to your computer and use it in GitHub Desktop.
Save ulises/bc692ab9b8b5350413cf to your computer and use it in GitHub Desktop.
nodes = resp.json()['nodes']
ret = []
for id, node in nodes.items():
node.update({'id': id})
ret.append(node)
return ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment