Privacy-first web utilities (NO UPLOAD)

Simple tools that run 100% in your browser. Files never leave your browser. No accounts, no backend, no tracking.

JSON Validator

Validate JSON syntax locally in your browser. Clear errors, copy, and reset in one click.

Open tool Client-side only

CSV to JSON

Convert CSV (auto-detect delimiter, headers) into pretty JSON. Includes file upload (local only).

Open tool NO UPLOAD

JSON to CSV

Convert a JSON array of objects into CSV with simple 1-level flattening and instant download.

Open tool NO UPLOAD

XML to JSON

Convert XML to JSON using DOMParser with clear errors. Copy or download the result.

Open tool NO UPLOAD

Text to JSON Array

Turn each non-empty line into a JSON array element. Great for lists, allowlists, and configs.

Open tool NO UPLOAD

Guides

Content-first pages that answer long-tail questions and link to the right no-upload tools.

No-upload file converter guide

How to choose converters that run locally in your browser, and which tools to use for CSV/JSON/XML.

Read guide Privacy-first

Fix JSON.parse errors

Common “Unexpected token” causes, quick checks, and a no-upload validator workflow.

Read guide NO UPLOAD

CSV delimiter detection explained

Comma vs semicolon vs tab: why columns shift and how to detect the right delimiter quickly.

JSON validator workflow

Fast “validate → pinpoint → fix” routine for debugging JSON locally without uploads.

Read guide JSON

JSON to CSV: flattening & headers

How to keep columns stable with nested fields, missing keys, and 1-level flattening.

Read guide Export

XML to JSON pitfalls

Attributes, arrays, text nodes, namespaces: what to expect when converting XML locally.

Privacy checklist for converters

Quick audit to verify “no upload” claims and avoid leaking sensitive files.

Read guide Privacy

CSV quoting rules (RFC 4180)

When to quote fields, how to escape quotes, and why newlines break rows.

Read guide Rules

Encoding issues (UTF‑8/BOM)

Fix weird characters, broken headers, and BOM issues before converting CSV/JSON.

Read guide Encoding