{ } JSON Formatter

Format, validate, and minify JSON data.

How to Use

  1. Paste your JSON data into the input box
  2. Click "Format" to beautify or "Minify" to compress
  3. Copy the result with one click

FAQ

What is JSON?
JSON (JavaScript Object Notation) is a lightweight data format used for data exchange between applications.
Is my data safe?
Yes. All processing happens in your browser. Your data is never sent to our servers.
Sự khác biệt giữa format và minify JSON là gì?
Format JSON (beautify) sẽ thêm thụt lề, xuống dòng để dễ đọc hơn. Minify JSON sẽ loại bỏ tất cả khoảng trắng và xuống dòng để tạo ra chuỗi JSON nhỏ nhất có thể, phù hợp để truyền tải dữ liệu qua API hoặc lưu trữ.