mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 04:34:25 +08:00
Add fixer for json: python's json.tool (#4847)
Resolves #4314. Add a fixer that's built into python for json formatting. Include a couple arguments in docs to make these features more discoverable. Uses stdin-based fixing so you don't need to save the file to fix.
This commit is contained in:
@@ -338,6 +338,7 @@ formatting.
|
||||
* [eslint](http://eslint.org/) :warning:
|
||||
* [fixjson](https://github.com/rhysd/fixjson)
|
||||
* [jq](https://stedolan.github.io/jq/) :warning:
|
||||
* [json.tool](https://docs.python.org/3/library/json.html#module-json.tool) :warning:
|
||||
* [jsonlint](https://github.com/zaach/jsonlint)
|
||||
* [prettier](https://github.com/prettier/prettier)
|
||||
* [spectral](https://github.com/stoplightio/spectral)
|
||||
|
||||
Reference in New Issue
Block a user