json
CommunityMaster JSON with `jq`, effortlessly.
Authorbendrucker
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill ensures correct and efficient JSON processing, preventing malformed output and simplifying complex data extraction and manipulation.
Core Features & Use Cases
- Guaranteed Valid Output: Always uses
jqto produce valid JSON, eliminating syntax errors. - Efficient Parsing: Utilizes
jqfilters for precise data extraction from complex JSON structures. - Inspection & Debugging: Guides on using
jqto inspect JSON structures and saving API outputs to temporary files for analysis. - Use Case: When working with an API that returns complex JSON, this Skill helps you quickly parse, filter, and extract exactly the data you need, saving time on manual inspection and scripting.
Quick Start
Pretty-print JSON from a file
cat data.json | jq .
Extract a specific field
echo '{"user": {"name": "Alice"}}' | jq .user.name
Inspect keys of an object
echo '{"a": 1, "b": 2}' | jq keys
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: json Download link: https://github.com/bendrucker/claude/archive/main.zip#json Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.