Skip to content

Instantly share code, notes, and snippets.

@Sannis
Created December 4, 2010 22:52
Show Gist options
  • Save Sannis/728571 to your computer and use it in GitHub Desktop.
Save Sannis/728571 to your computer and use it in GitHub Desktop.
// See test-querystring.js for real positions of this fragments
// good
{ 'str': 'foo',
'arr': ['1', '2', '3'],
'somenull': '',
'undef': ''}
// bad
{'str': 'foo',
'arr': ['1', '2', '3'],
'somenull': '',
'undef': ''}
// I think this is strange decision
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment