Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | json-format.pl: further fixes | Přemysl Janouch | 2017-01-26 | 1 | -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 switch | Přemysl Janouch | 2017-01-25 | 1 | -11/+12 |
| | |||||
* | json-format.pl: make it a streaming formatter | Přemysl Janouch | 2017-01-25 | 1 | -17/+24 |
| | | | | Always pretty-print. | ||||
* | json-format.pl: fix display of empty [] and {} | Přemysl Janouch | 2017-01-25 | 1 | -12/+19 |
| | |||||
* | Add and install json-format.pl | Přemysl Janouch | 2017-01-25 | 1 | -0/+142 |
Seemed somewhat related to what this program does. |