Expand description
JSON Web Utilities.
Functionsยง
- decode_
b64 - Decode the given url-safe, unpadded base64-encoded slice into its raw bytes.
- decode_
b64_ json - Decode the given url-safe base64-encoded slice into its raw bytes and try to deserialize it into
T
. - encode_
b64 - Encode the given slice in url-safe base64 with no padding.
- encode_
b64_ json - Serialize the given data into JSON and encode the result in url-safe base64.