tough-cookie.cookiejar.tojson.md
May 3, 2024 ยท View on GitHub
Home > tough-cookie > CookieJar > toJSON
CookieJar.toJSON() method
Alias of CookieJar.serializeSync(). Allows the cookie to be serialized with JSON.stringify(cookieJar).
Signature:
toJSON(): SerializedCookieJar | undefined;
Returns:
SerializedCookieJar | undefined