New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

devkits-json-formatter

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devkits-json-formatter

Format and validate JSON from CLI or stdin — pretty print, minify, and validate JSON files

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
4
-50%
Maintainers
1
Weekly downloads
 
Created
Source

@devkits/json-formatter

Format and validate JSON from CLI or stdin. Part of @devkits/tools.

Install

npm install -g @devkits/json-formatter

Usage

Format JSON (pretty print)

# From stdin
echo '{"name":"DevKits","tools":84}' | jsonfmt

# From file
jsonfmt package.json

# From JSON string
jsonfmt '{"test":true}'

Minify JSON

jsonfmt package.json --minify
jsonfmt '{"test":true}' -m

Web Version

Use the web version at: https://devkits-tools.surge.sh

Pro Features

Unlock batch processing, API access, and cloud sync: https://devkits-tools.surge.sh/pro

Use code EARLYBIRD-2026 for 20% off ($7.20 instead of $9).

License

MIT — DevKits Team

Keywords

json

FAQs

Package last updated on 07 Mar 2026

Related posts