/sort-keys-cli

CLI tool for sindresorhus/sort-keys

Primary LanguageJavaScriptApache License 2.0Apache-2.0

sort-keys-cli

CLI tool for sindresorhus/sort-keys

Why

  • Alphabetize any JSON file quickly for easier organization
  • Can be used as a way to sort a Swagger/OpenAPI document

Usage

$ sort-keys <source>[ <destination>]

Options

-d, --deep      Deep sort all objects
<source>        Source JSON file
<destination>   (Optional) Destination file location. Will overwrite source if not provided.

Examples

Sort all keys in a JSON file
$ sort-keys example.json --deep