Skip to content

Instantly share code, notes, and snippets.

@mcculloughsean
Created June 11, 2013 16:58
Show Gist options
  • Save mcculloughsean/5758605 to your computer and use it in GitHub Desktop.
Save mcculloughsean/5758605 to your computer and use it in GitHub Desktop.
o =
a: 'foo'
b: 'bar'
p = []
for key, value of o
p.push { "#{key}": value }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment