01. Open the website in your web browser.
02. Locate the first textarea section on the page named as Cookies: (base64) . This is where you will paste the cookies that you want to convert.
03. Copy the cookies that you want to convert from their current source.
(e.g. from a browser's developer tools, or from a text file). For example: "sessionId=abc123; userId=def456; isLoggedIn=true"
04. Paste the cookies into the first textarea section.
05. Verify that the cookies were pasted correctly. Make sure that the cookies are in the correct format.
(i.e. "name=value" format for each cookie, separated by semicolons). You should see the same cookies you copied in step 3 in the textarea
06. Once you have confirmed that the cookies are in the correct format, click on the Get Json button.
07. The website will now convert the cookies to JSON format and display the result in the second textarea section.
For example: {"sessionId":"abc123","userId":"def456","isLoggedIn":"true"}
08. Review the result to ensure that the cookies have been converted correctly.
09. If the result is correct, you can now use the JSON format cookies as you need.
10. If the result is not correct, try pasting the cookies again and ensuring that they are in the correct format before clicking the Get Json button.