Convert a 7Z archive to JSON

Turn a 7Z archive that holds a JSON document into readable JSON.

You’ll need
File
40 MB max
You’ll get
Details
How long
Under 20s

A 7Z archive is a compressed container that can wrap one or more files. When the thing inside is a JSON document, you often want the readable JSON back. This page converts a 7Z archive to JSON.

How to convert

  1. Upload a 7Z archive up to 40 MB whose stored content is a JSON document.
  2. Press Convert file.
  3. Read the decompressed JSON on the result page.

What you get

The stored JSON document, decompressed and returned as a structured JSON report. No shell tricks, no intermediate downloads — the archive member is streamed straight into the report.

When this is useful

  • Someone handed you a .7z and you just want the JSON payload
  • You want to reuse a compressed JSON document in another tool
  • You want to confirm what a 7Z wrapper actually contains

Common questions