Skip to content

Instantly share code, notes, and snippets.

@swieton
Created July 3, 2012 21:22
Show Gist options
  • Save swieton/3043287 to your computer and use it in GitHub Desktop.
Save swieton/3043287 to your computer and use it in GitHub Desktop.
Incorrect ordering
cart[items][][id]=5&cart[items][][id]=6&cart[items][][name]=i1&cart[items][][name]=i2
{ "cart"=> {"items"=> [
{"id"=>"5"},
{"id"=>"6", "name"=>"i1"},
{"name"=>"i2"}
]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment