Công cụ lập trình

Format JSON online

Paste JSON and get pretty formatted output instantly.

Tất cả công cụ

JSON Formatter

Upload file
Drag & drop a file here, or choose a file.
JSON
Đầu ra

Cách sử dụng

  1. Dán JSON của bạn.
  2. Nhấn Format để làm đẹp và kiểm tra hợp lệ.
  3. Sao chép kết quả đã định dạng.

Best practices

  • Preview the output before downloading or sharing it.
  • For best performance, try with smaller inputs first.
  • Avoid pasting sensitive data on shared devices.

Quyền riêng tư

Một số công cụ chạy trong trình duyệt của bạn. Một số có thể cần xử lý phía máy chủ tùy theo tính năng.

Ví dụ
Đầu vào rút gọn
Đầu vào
{"a":1,"b":[true,false]}
Đầu ra

                                    
Kết quả đã định dạng
Đầu vào
{
  "a": 1,
  "b": [
    true,
    false
  ]
}
Đầu ra

                                    

Was this tool helpful?