FakeMyInfo Full Generator →

Cookie Converter - JSON Format

Convert HTTP cookies to and from JSON Format. See real examples of how cookies look in this format, perfect for web scraping, browser automation with Puppeteer or Playwright, and debugging authentication sessions.

Sample Cookies in JSON Format

tracking_id (.devportal.com)
{"name":"tracking_id","value":"16ab286e67f48045463d80ac","domain":".devportal.co...
tracking_id (.example.com)
{"name":"tracking_id","value":"d171c072132a6b46e33efe68","domain":".example.com"...
user_pref (.testsite.org)
{"name":"user_pref","value":"b34e686503635625bb6c82ed","domain":".testsite.org",...
session_id (.myapp.io)
{"name":"session_id","value":"d83b761080e1181e2aae6666","domain":".myapp.io","pa...
auth_token (.devportal.com)
{"name":"auth_token","value":"12799589a4eac6dcd533c456","domain":".devportal.com...

Generate More

Create unlimited results with our free interactive generator. No signup required.

Open Cookie Converter →

About JSON Format Cookies

JSON cookie format stores cookies as an array of objects with named fields, making them easy to read, modify, and pass to JavaScript-based tools. JSON format is used by Puppeteer, Playwright, and browser automation frameworks. Each cookie object includes name, value, domain, path, expires, httpOnly, secure, and sameSite properties.

Want to manage cookies and privacy better?

Block trackers and manage your privacy with trusted browser tools