W3Codify Tools Menu

Beautify

The language for building web pages

JSON Code
XML Code

Beautify Example:

{
  "employees":[
    {"firstName":"John", "lastName":"Doe"},
    {"firstName":"Anna", "lastName":"Smith"},
    {"firstName":"Peter", "lastName":"Jones"}
  ]
}
Try it Yourself

Minify

The language for styling web pages

JSON Code
XML Code

Minify Example:

{"employees":[{"firstName":"John", "lastName":"Doe"}, {"firstName":"Anna", "lastName":"Smith"},{"firstName":"Peter", "lastName":"Jones"} ]}
Try it Yourself