jsontoolskit.org
JSON and JSON Schema utilities, in the browser
Say hi →

Privacy Policy

Last updated 1 September 2026

Short version: JSON never leaves the browser. There is no server component, no upload step, and no account to create — no third party has access to the JSON documents processed on this site. The rest of this page covers the specifics.

What data I collect

None that identifies you. jsontoolskit.org is a static site. Every tool on this domain processes your JSON entirely in your browser using JavaScript and WebAssembly. Nothing you drop, paste, or open is transmitted to my servers, because there are no servers handling your file content.

What I don't do

Third parties that see your IP

Your browser loads a few assets from third-party CDNs so the site stays small and fast. Those hosts necessarily see your IP address:

None of those third parties see the contents of your JSON documents, because the content never leaves your browser. The library files are static JavaScript / WebAssembly downloads.

Local storage

The tools currently do not write your JSON to localStorage, sessionStorage, or IndexedDB. The site stores your light/dark theme preference under the key theme, and — only once you have dismissed or completed the email form — a flag under lead_prompt_v1 so you are not asked twice, both in localStorage. Clear it from the browser dev-tools any time.

If you give us your email

Some pages offer a form to hear about an offline version, an API, or licensing. It is optional, it is never required to use any tool, and no tool behaves differently if you ignore it.

If you do submit it, we store:

We email you about the thing you asked about, and nothing else. Your address is never sold, rented, or shared with a third party. Every email carries an unsubscribe link, and you can ask us to delete the record at any time by writing to the address below — we will, without asking why.

Contact

Privacy questions or concerns: [email protected]. Happy to take a bug report if you spot anything on this site that calls home and shouldn't.