← All tools · Data Tools

Convert CSV to JSON (and Back) — Privately

Convert spreadsheet exports to JSON or JSON arrays back to CSV. Both directions run locally — important when the file contains employee records, customer emails, financial transactions, or anything else you'd rather not paste into an unknown online formatter. Detects the direction automatically.

No signup No file size limit Works offline Open source

CSV ↔ JSON

Convert between CSV and JSON locally. Browse all 13 converters →

Images → PDF

Combine JPG/PNG into one PDF document.

Local

Drop files here or browse

Up to any size. Multiple files OK.

🔒 stays on your device
Drop a file to enable

ForgeMyFile vs typical online converters

A side-by-side. We're not picking on a specific competitor — these are the patterns common across the category.

ForgeMyFileTypical online converter
Files uploaded to a serverNeverYes, every conversion
Files stored after conversionImpossible — nothing to storeOften retained 1–24 hours
Account / email requiredNoOften, especially for larger files
File size limitsYour device's RAMTypically 5–100 MB free tier
Works offline (after first load)YesNo
Source of conversion engineOpen-source libraries, view-source-ableProprietary server-side, opaque
SpeedLimited by your CPULimited by upload speed + queue
Page itself shows adsYes, plainly labeledYes, often disguised

Privacy, in plain language

We're going to be specific instead of saying things like "100% anonymous." That phrase is a lie on any page that loads ads — and we load ads. Here's what's actually true.

What runs entirely on your device

  • Reading your file from disk into the browser
  • The conversion itself — every one of the 13 tools
  • Saving the converted file to your downloads folder
  • The "preview" of converted text, JSON, or HTML

What does not run on your device

  • Ad scripts (when enabled by the operator) and their analytics
  • Page-view analytics, when enabled
  • The first-load fetch of Google Fonts CSS (libraries themselves are self-hosted)
  • After first load, the page works fully offline; ads do not

What we (the site operators) literally cannot see

  • Your file names
  • The contents of any file you convert
  • Which converter you used, or how often
  • Your conversion history

What ad networks may see

  • Your IP address and approximate location
  • Your user agent (browser + OS string)
  • The page you visited (URL)
  • Standard ad-serving cookies, where allowed by your browser

If you want to neutralize the ad networks too, run an ad blocker. The conversion tools themselves work either way — the privacy we offer for your files is independent of whether you block our ads.

How to use csv ↔ json

  1. Drop or paste a .csv or .jsonOr paste content directly.
  2. ConvertDirection is auto-detected.
  3. Download the converted fileAll local.

Frequently asked questions

What CSV dialect?

Whatever Papa Parse handles — RFC 4180, plus tolerant on common variations (BOM, CRLF, embedded newlines, quoted fields).

Does the conversion validate my data?

Loosely — JSON must be an array of objects to convert to CSV. Other shapes are kept as-is.

Is the data uploaded?

No, parsing runs in your browser.

What about huge files?

Hundreds of thousands of rows are fine on a laptop. Browser memory is the practical limit.

Are numbers and booleans typed in the JSON output?

Yes by default — "30" becomes 30 and "true" becomes true. Switch the option below to "keep as strings" if your data contains identifiers (zip codes, IDs starting with 0) you don't want coerced.

Related private tools