All tools
TinyTools
Free tool
JSON
toCode
INPUT (JSON)
Prettify
{ "user": { "name": "John Doe", "age": 30, "email": "john@example.com", "active": true, "scores": [95, 87, 92], "address": { "street": "123 Main St", "city": "NYC", "zip": "10001" }, "tags": ["admin", "user"] } }
OUTPUT
Copy