Overview

vkBeautify is a small, simple and powerfull javascript plugin to beautify ( pretty print ) or minify text in following formats:

  • XML
  • JSON
  • CSS
  • SQL
.
This script is also implemented for nodeJS platform as "pretty-data" module.

Consider to use it if you:

  • create XML / JSON / CSS / SQL text manually at client side
  • create XML / JSON / CSS/ SQL with tool, but let user to check or edit the result manually
  • get XML / JSON / CSS/ SQL data from web service and check or edit it before or after processing the data
  • other cases when you need to create, edit or check content of an XML, JSON, CSS or SQL file.