Format, validate, minify, beautify, and sort JSON data with configurable indentation and batch processing support.

Install

openclaw skills install @kingaiwork/king-json-formatter

JSON Formatter

Online JSON formatter, validator, beautifier, and minifier. Works with any JSON data.

Features

  • Pretty-print JSON with configurable indentation
  • Minify JSON for production use
  • Validate JSON structure
  • Sort object keys
  • Batch process multiple files

Usage

bash
clawdhub install king-json-formatter
python3 main.py format data.json
python3 main.py minify data.json
python3 main.py validate data.json