This service allows you to pretty print (or beautify) text in XML, JSON, CSS or SQL formats.
The reverse is also possible. This is called minify.
For example:
Pretty print the following XML text:
<email><to>Chong</to><from>Cheech</from><heading>Reminder</heading><body>Dave is here</body></email>
Output:
<email>
<to>Chong</to>
<from>Cheech</from>
<heading>Reminder</heading>
<body>Dave is here</body>
</email>
Pretty print or minify text input:
|
|