There was an error while loading. Please reload this page.
serialize({ foo: 12.4, bar: "echo", baz: function() { return true } }, 2);
output:
{ "foo": 12.4, "bar": "echo", "baz": function(){ return true } }