thethongngu icon

thethongngu

life is about maximizing (long-term) good experience

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
}