Skip to content

Instantly share code, notes, and snippets.

@samcday
Created September 17, 2013 01:11
Show Gist options
  • Save samcday/6588885 to your computer and use it in GitHub Desktop.
Save samcday/6588885 to your computer and use it in GitHub Desktop.
// Try this in Node 0.11.x.
var qs = require("qs");
var query = qs.parse("test=123");
console.log(query.hasOwnProperty);
console.log(Object.keys(query));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment