# Jc

> jc — convert command output to JSON. Pipe any CLI output through jc for structured data. Supports 100+ parsers. Essential for agents.

- Skill: `javimosch/jc` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/jc`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/jc/raw
- Safety review: CAUTION (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/jc

---

# jc
jc — convert command output to JSON. Pipe any CLI output through jc for structured data. Supports 100+ parsers. Essential for agents.

## Install
```bash
curl -LO https://github.com/kellyjonbrazil/jc/releases/download/v1.25.6/jc-1.25.6-linux-x86_64.tar.gz && tar xzf jc-1.25.6-linux-x86_64.tar.gz && sudo mv jc /usr/local/bin/ && rm jc-1.25.6-linux-x86_64.tar.gz
```

