Pretty print or minify text in XML, JSON, CSS and SQL formats


Settings Remark
Visualize indentation If the text is indented, you can visualize it by replacing the white space with a marker:
  • -
  • .
  • =
  • *
In the example below the indentation is visualized by "." markers:

<email>
...<to>Chong</to>
...<from>Cheech</from>
...<heading>Reminder</heading>
...<body>Dave is here</body>
</email>