Parses a Base64-encoded JSON string to a JavaScript object.
The type of the parsed JavaScript object. Defaults to Record<string, any>.
The Base64-encoded JSON string to parse.
Parses a Base64-encoded JSON string to a JavaScript object.