Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.32 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.32 KB

sort-jsonc monorepo

Mini-monorepo for sort-jsonc and sort-jsonc-cli.

Packages

Package Version Description
sort-jsonc npm Sort JSONC/JSON5 without mangling comments!
sort-jsonc-cli npm Use sort-jsonc directly via the CLI.

Motivation

Lots of JSON files today are actually JSONC, or "JSON with comments", under the hood. Files like tsconfig.json or .vscode/settings.json. JSON5 also allows comments.

Tools for deep-sorting JSON files are common and frequently used, but they tend to either strip, mangle or simply not support comments. I needed an easy util (and CLI tool) for this specific use case and couldn't find a nice one, so I made these.