marshals/query

Methods

(static) marshal(string) → {Object}

Converts form encoded string into JavaScript object

Parameters:
Name Type Description
string String

String to be marshalled to JSON object

Source:
Returns:
Type
Object

(static) unmarshal(obj) → {String}

Converts JavaScript object into a form-encoded string

Parameters:
Name Type Description
obj Object

JavaScript object to unmarshalled to a form-encoded string

Source:
Returns:
Type
String