How To Combine Serialized Form Data And Hash Objects For Post Or Get

Author: , September 23rd, 2011

How To Deserialize Params Using JavaScript

Author: , May 23rd, 2011

A very simple deserializer. I am sure it can be streamlined… Also, note the use of the “while (i–)” construct. This is the best-performing Javascript loop method.