🎨
JSON Prettify
Prettify and format JSON with customizable indentation.
data
API: POST /api/tools/json-prettify
Input
Result
🔌 API Usage
POST /api/tools/json-prettify
Content-Type: application/json
// Example body:
{
"input": "",
"indent": "2"
}
Content-Type: application/json
// Example body:
{
"input": "",
"indent": "2"
}