Commit Graph

6 Commits

Author SHA1 Message Date
Peter Gassner e3604b5f0c Configure json.dumps() to use an item separator of "," instead of the default ", " to prevent single whitespace at the end of lines.
Without this option, all prettyfied JSON has one space at the end of each line, which is not so pretty:

{
  "key": "value",_
  "key": "value",_
  "key": "value"
}

This could of course be configured, but with the current simplicity of the package it would probably be overkill.
2012-02-23 08:36:26 +01:00
Nikolajus 1a2e9104ff Estetic changes 2012-02-09 09:42:50 +01:00
H.B. Taylor c7e3288175 Added comment to the run() method 2012-02-08 17:33:41 -06:00
Taylor cd50ed6216 Cleaned up TODO comments 2012-02-08 13:04:45 -06:00
Taylor 5021a2d37c Added Process entire file, and configuration settings 2012-02-08 13:03:59 -06:00
Nikolajus 6f5cfc4c4a first commit of json prettify plugin 2012-02-03 15:32:42 +01:00