JSON Formatter
Format, validate, and visualize JSON data with tree view
Valid JSON
Input JSON
Formatted JSON
{
"name": "John Doe",
"age": 30,
"city": "New York",
"hobbies": [
"reading",
"swimming"
],
"active": true
}life is about maximizing (long-term) good experience
Format, validate, and visualize JSON data with tree view
{
"name": "John Doe",
"age": 30,
"city": "New York",
"hobbies": [
"reading",
"swimming"
],
"active": true
}