JSON Format Tool

JSON →
library 0.1.0 ·javascript
verified Jun 4, 2026

A tiny CLI tool for formatting JSON files with options for indentation, key sorting, and stdin support. Current stable version is 0.1.0. The tool sorts keys alphabetically by default, can replace files in-place, and accepts piped input. It uses json-stable-stringify internally. Useful for quickly beautifying JSON data in the command line with minimal dependencies.