Home
Utils
JSON Formatter
Format JSON on blur
Indentation:
2 spaces
4 spaces
{ "name": "John Doe", "age": 30, "cars": { "car1": "Ford", "car2": "BMW", "car3": "Fiat" } }
{
"name"
:
"John Doe"
,
"age"
:
30
,
"cars"
:
{
"car1"
:
"Ford"
,
"car2"
:
"BMW"
,
"car3"
:
"Fiat"
}
}
Toggle theme