No legal entity has been registered yet. The operator must supply the entity name, address and jurisdiction before these terms bind anyone. This policy describes how the service handles data in its current form.

Privacy Policy

Last updated: September 12, 2026

What data does Parsehint collect?

Parsehint is a stateless diagnostic tool. It does not collect, store, or transmit any personal data beyond what is described below.

Paste mode

When you paste JSON text into the tool, parsing happens entirely in your browser using JSON.parse(). The pasted text is never sent to any server. It stays in your browser's memory until the page is refreshed or closed. This is stated on the interface next to the paste area.

URL mode

When you enter a URL into the URL input, that URL is sent to the Parsehint server (POST /api/parse) to fetch and parse the response at that address. No other data is transmitted. The URL is used only for that single fetch and is not stored or logged after the response is returned.

Server-side processing

The Parsehint server runs on a Cloudflare Worker. It receives the URL string, fetches the response body, attempts to parse it as JSON, and returns the diagnostic result. It does not retain the URL, the response body, or any derived data. Cloudflare's infrastructure may handle the request under its standard data processing terms; see Cloudflare's privacy policy for details about their handling.

Cookies

Parsehint does not set or use any cookies. There is no analytics, no tracking, no session storage.

Third-party services

The Parsehint site loads typefaces from Google Fonts (Fira Code and Work Sans). Google may receive your IP address when the font stylesheet is loaded. See Google's privacy policy for details. No other third-party services are used.

Data retention

Parsehint retains no data. There are no databases, no logs of parse requests, no user accounts, and no stored history. Each request is processed and forgotten.

Your rights

Because Parsehint does not collect, process, or store any personal data, there is no personal data to access, correct, or delete. If you have concerns about how your data is handled, contact the operator through the channel provided on this site.

Changes to this policy

If this policy changes, the "Last updated" date at the top will be revised. Your continued use of Parsehint after changes constitutes acceptance of the updated policy.