# JSON Data Transform

> Parse, extract, and transform JSON data with JSONPath queries

- Skill: `jadegate/json-data-transform` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jadegate/json-data-transform`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jadegate/json-data-transform/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jadegate (https://skillmd.com/u/jadegate)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jadegate/json-data-transform

---


# JSON Data Transform

Parse, extract, and transform JSON data with JSONPath queries

## When to Use

- User wants to json transform
- User wants to parse json
- User wants to extract json
- Keywords: json, transform, parse, extract

## Required Parameters

- **input_json** (string): JSON string to process
- **jsonpath** (string): JSONPath expression to extract

## Output

- **extracted** (string): Extracted value
- **type** (string): Type of extracted value

## Security

- Sandbox level: strict
- Max execution time: 30000ms
- JadeGate verified: Yes (5-layer security check passed)

## Execution Flow

Entry: `parse` -> 5 steps -> Exit: `ret_ok`, `ret_fail`

