Returns a parsed object given FormData and a data parser function to call on the resulting object.
The type of the resulting object when called from the dataParser.
The FormData to parse.
A parser to call on the object before it gets returned.
A parsed object based on the contents of the input formData and the result of parsing with the data parser.
Returns an object given FormData.
The FormData to parse.
An object based on the contents of the input formData.
Returns an object given FormData and an optional data parser function to call on the resulting object.
Template: DataType
The type of the resulting object when called from the dataParser.
Param: formData
The FormData to parse.
Param: dataParser
An optional parser to call on the object before it gets returned.
Returns
A parsed object based on the contents of the input formData and the result of parsing with the data parser if provided.