Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.13 KB

tough-cookie.cookie.tojson.md

File metadata and controls

23 lines (13 loc) · 1.13 KB

Home > tough-cookie > Cookie > toJSON

Cookie.toJSON() method

For convenience in using JSON.stringify(cookie). Returns a plain-old Object that can be JSON-serialized.

Signature:

toJSON(): SerializedCookie;

Returns:

SerializedCookie

Remarks