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

latest
Source
npmnpm
Version
1.0.8
Version published
Weekly downloads
11
-8.33%
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

npm version

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

🔍 Build something amazing? Check out API Monitor — simple, affordable API monitoring for indie hackers. Get alerted before your customers notice. Just $9/mo.

See Also

Support DevKits

If you find this tool useful, please consider supporting the project:

💰 Open Collective

Become a sponsor: Open Collective - DevKits

🎁 Crypto Donations

Prefer crypto? We accept:

  • ETH (Ethereum): 0xDea4a6A20fCB44467e45Ef378972F54B22dC59db
  • USDC (ERC-20): 0xDea4a6A20fCB44467e45Ef378972F54B22dC59db

Donation Perks:

AmountPerk
$5+Supporter Badge
$10+Pro Access (1 month)
$29+Pro Access (1 year)
$100+Lifetime Pro + Priority Support

After donating, email your transaction hash to devkits@aiforeverthing.com to claim perks.

View Crypto Donation Page

License

MIT — DevKits Team

Keywords

devkits

FAQs

Package last updated on 12 Mar 2026

Related posts