Developer tool
Paste JSON, get clean output. Auto-formats on paste.
{
"status": 200,
"data": {
"users": [
{
"id": 1,
"name": "Alice Chen",
"email": "alice@example.com",
"roles": [
"admin",
"editor"
],
"profile": {
"bio": "Full-stack developer",
"location": "San Francisco",
"verified": true,
"followers": 2840
}
},
{
"id": 2,
"name": "Bob Martinez",
"email": "bob@example.com",
"roles": [
"viewer"
],
"profile": {
"bio": null,
"location": "Austin",
"verified": false,
"followers": 150
}
}
],
"pagination": {
"page": 1,
"per_page": 25,
"total": 87,
"has_next": true
}
},
"meta": {
"request_id": "req_abc123",
"timestamp": "2026-03-19T14:30:00Z",
"rate_limit": {
"remaining": 98,
"reset_at": 1742572200
}
}
}
New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.