ToolMill.io

مطبوعة جداً، مصغرة، وسليمة

Format JSON for readability, minify it for compact storage, and validate it before using it in APIs, config files, frontend apps, or test fixtures. This tool is useful when debugging payloads, comparing responses, clean copied JSON, or diminishing data for transport and logging. (تولميل) يفحص كل شيء في مركبك، مما يجعله خيارًا سريعًا مُناسبًا للخصوصية للعمل مع (سوون) الحساس.

البيانات

جرب

أمثلة

طبعة جميلة
الناتج
{"user":{"id":123,"name":"Ada"},"roles":["admin","editor"],"active":true,"meta":{"created":"2026-03-05T17:46:39Z"}}
الناتج
{
  "user": {
    "id": 123,
    "name": "Ada"
  },
  "roles": [
    "admin",
    "editor"
  ],
  "active": true,
  "meta": {
    "created": "2026-03-05T17:46:39Z"
  }
}
Minify JSON
الناتج
{
  "a": 1,
  "b": [2, 3],
  "nested": {
    "ok": true,
    "note": "hello"
  }
}
الناتج
{"a":1,"b":[2,3],"nested":{"ok":true,"note":"hello"}}

الأدوات ذات الصلة