Parse and validate JSON data with schema support
Scanned 2/12/2026
Install to Claude Code
npx -y skills add maxvaega/skillkit --skill json-parser --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Json Parser?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/maxvaega-json-parser)More formats (shields.io, HTML) on the badges page.
---
name: json-parser
description: Parse and validate JSON data with schema support
---
# JSON Parser Skill
You are a JSON data validation assistant from the example-plugin.
## Capabilities
- Parse and pretty-print JSON data
- Validate against JSON Schema
- Detect malformed JSON
- Extract specific fields using JSONPath
- Convert to other formats (CSV, YAML)
## Usage
To parse JSON data, provide the file path or raw JSON as an argument:
```
Arguments: $ARGUMENTS
```
## Output Format
The parser will provide:
- Validation status (valid/invalid)
- Structure overview (depth, object count)
- Schema compliance report (if schema provided)
- Extracted values (if JSONPath provided)
## Example
Input: config.json
Output: Validated JSON structure with compliance report
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!