aboutsummaryrefslogtreecommitdiff
path: root/json-format.pl
Commit message (Collapse)AuthorAgeFilesLines
* json-format.pl: further fixesPřemysl Janouch2017-01-261-9/+6
| | | | | | | - skip_ws() -> gettoken() as it doesn't always skip whitespace - add a newline after each top-level token - since we've become a streaming parser, GNU parallel may not apply, so remove the comment at the top of the file
* json-format.pl: add a --keep-ws switchPřemysl Janouch2017-01-251-11/+12
|
* json-format.pl: make it a streaming formatterPřemysl Janouch2017-01-251-17/+24
| | | | Always pretty-print.
* json-format.pl: fix display of empty [] and {}Přemysl Janouch2017-01-251-12/+19
|
* Add and install json-format.plPřemysl Janouch2017-01-251-0/+142
Seemed somewhat related to what this program does.