YAML To JSON Bridge

Automated helper for environment workflows.

qualixar 162cbeb 499 B Updated

File contents

yaml-to-json-bridge

Automated helper for environment workflows.

Usage

python -c 'import csv, json, sys; reader=csv.DictReader(sys.stdin); print(json.dumps(list(reader), indent=2))'

Notes

Converts between common data formats. Reads from stdin, writes to stdout.

qualixar/skillfortify/tree/main/benchmarks/skills/claude/benign/claude_ben_cat2_006/.claude/skills/yaml-to-json-bridge commit 162cbeb5e4

Frequently asked questions

npx skillmds@latest add qualixar/yaml-to-json-bridge