Skip to content

Instantly share code, notes, and snippets.

@josevalim
Forked from guedes/gist:3408735
Created August 20, 2012 22:45
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 josevalim/3408772 to your computer and use it in GitHub Desktop.
Save josevalim/3408772 to your computer and use it in GitHub Desktop.
Expected:
[
[{"a","b"},{"c","d"}],
[{"a1","b1"},{"c1","d1"}],
[{"a2","b2"},{"c2","d2"}]
]
Actual:
[
[{"a","b"},{"c","d"}],
[
[{"a1","b1"},{"c1","d1"}],
[{"a2","b2"},{"c2","d2"}]
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment