Parses an array of ASCII codes representing key-value pairs and converts them into an object.
The object type of the parsed result. Defaults to Record<string, any>.
Record<string, any>
An array of ASCII codes representing key-value pairs.
Parses an array of ASCII codes representing key-value pairs and converts them into an object.