Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am charlieprynn on github.
  • I am charlesprynn (https://keybase.io/charlesprynn) on keybase.
  • I have a public key ASAN16WICUoMdW7xwugApZyLq2H19AjnwztCxmufP7u-zAo

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am charlieprynn on github.
* I am charlesprynn (https://keybase.io/charlesprynn) on keybase.
* I have a public key ASAN16WICUoMdW7xwugApZyLq2H19AjnwztCxmufP7u-zAo
To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am charlieprynn on github.
  • I am charlesprynn (https://keybase.io/charlesprynn) on keybase.
  • I have a public key ASBXX2GOqdgCXd-ugdBwk2fpy1zBQizeTLIyitikTPTiAgo

To claim this, I am signing this object:

// I serialize the given Object into a key-value pair string. This
// method expects an object and will default to the toString() method.
// --
// NOTE: This is an altered version of the jQuery.param() method which
// will serialize a data collection for Form posting.
// --
// https://github.com/jquery/jquery/blob/master/src/serialize.js#L45
function serializeData(data) {
// If this is not an object, defer to native stringification.