compact-json
compact-json copied to clipboard
A JSON formatter that produces compact but human-readable
`compact-json` [CLI tool ](https://github.com/masaccio/compact-json#command-line-usage)doesn't support all possible [format options](https://github.com/masaccio/compact-json#format-options). It significantly limits its usage. Is it possible to expose all the format options in the CLI? Alternatively, a general format...
Great project, exactly what I'm looking for. One issue I run into though is encoding speed. I don't expect same results as stdlib `json`, given your module does much more...
Adds the --in-place command line option to save back edits to the input file without needing to name all the input files twice using --output. We had to restructure the...