devkits-json-formatter
v1.0.8
Published
Format and validate JSON from CLI or stdin — pretty print, minify, and validate JSON files
Downloads
722
Maintainers
Readme
devkits-json-formatter
Format and validate JSON from CLI or stdin. Part of DevKits Tools.
Install
npm install -g devkits-json-formatterUsage
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}' -mRelated Tools
🔍 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
- DevKits — All 82 free developer tools in one place
- JSON Formatter — Format and validate JSON
- Base64 Encoder — Encode/decode Base64
- JWT Decoder — Decode JWT tokens
- UUID Generator — Generate UUIDs
- Hash Generator — Create MD5, SHA1, SHA256 hashes
- CSS Tools — CSS minifier, formatter, validator
- HTML Tools — HTML formatter, minifier
- URL Tools — URL encode/decode, parse
- Color Converter — Convert HEX, RGB, HSL colors
- Regex Tester — Test and debug regular expressions
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: | Amount | Perk | |--------|------| | $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 [email protected] to claim perks.
License
MIT — DevKits Team
