🧪 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
❤️ 0
⬇️ 15
👁 1
Share

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 syntax
  • format <file> — Pretty-print with indentation
  • minify <file> — Minify JSON (remove whitespace)
  • query <file> <path> — Extract value by dot-notation path
  • diff <file1> <file2> — Compare two JSON files
  • count <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)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs