Skip to content

Instantly share code, notes, and snippets.

@maxenced
Created June 10, 2015 09:38
Show Gist options
  • Save maxenced/2da6e4d3585e8028c64d to your computer and use it in GitHub Desktop.
Save maxenced/2da6e4d3585e8028c64d to your computer and use it in GitHub Desktop.
{ :a => "foo", :name => "bar", :value => "1.2.3.4" },
{ :a => "foo", :name => "bar2", :value => "1.2.3.5" },
{ :a => "foo", :name => "bar", :value => "1.2.3.6" }
to
{ :a => "foo", :name => "bar", :value => ["1.2.3.4", "1.2.3.6"] },
{ :a => "foo", :name => "bar2", :value => "1.2.3.5" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment