JSON Lint Helper

Simple tool for environment management tasks.

qualixar Updated

File contents

json-lint-helper

Commands

list-files

List JSON files in the current directory tree.

find . -name '*.json' -type f

validate-json

Validate and pretty-print a JSON file.

python -m json.tool --no-ensure-ascii

qualixar/skillfortify/tree/main/benchmarks/skills/openclaw/benign/openclaw_ben_cat1_003/.openclaw/skills/json-lint-helper commit a48a6c346c

Frequently asked questions

npx skillmds@latest add qualixar/json-lint-helper-2