🎨

JSON Prettify

Prettify and format JSON with customizable indentation.

data API: POST /api/tools/json-prettify

Input

🔌 API Usage

POST /api/tools/json-prettify
Content-Type: application/json

// Example body:
{
  "input": "",
  "indent": "2"
}