Skip to content

JSON Inflate

Decompress previously Deflate-compressed JSON from Base64 back to its original readable format.

Input

json
loading editor…

Paste deflated Base64 data here...
or drop a file anywhere in this pane

Output

json

Decompressed JSON will appear here...
press to inflate

What Is This Tool?

Decompress Deflate-compressed JSON data from Base64 back to its original readable JSON format. Processing is 100% client-side.

How to Use

  1. Paste your Base64-compressed data into the input editor.
  2. Click "Inflate" to decompress it.
  3. Review and copy the restored JSON.

Related Tools