🧪 Skills
Jsonlint
JSON validator, formatter, and toolkit. Validate JSON files for syntax errors, pretty-print with customizable indentation, minify for production, extract val...
v1.0.0
Description
name: JSONLint description: "JSON validator, formatter, and toolkit. Validate JSON files for syntax errors, pretty-print with customizable indentation, minify for production, extract values with dot-notation paths, compare two JSON files, and convert between JSON and other formats. Essential developer utility." version: "1.0.0" author: "BytesAgain" tags: ["json","validator","formatter","lint","pretty-print","minify","developer","data"] categories: ["Developer Tools", "Utility"]
JSONLint
Validate, format, and work with JSON files from your terminal.
Commands
validate <file>— Check JSON syntaxformat <file>— Pretty-print with indentationminify <file>— Minify JSON (remove whitespace)query <file> <path>— Extract value by dot-notation pathdiff <file1> <file2>— Compare two JSON filescount <file>— Count keys/items
Usage Examples
jsonlint validate config.json
jsonlint format data.json
jsonlint query package.json name
jsonlint diff old.json new.json
Powered by BytesAgain | bytesagain.com
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!