JSON Data Transform

Parse, extract, and transform JSON data with JSONPath queries

jadegate 3483a56 2 files · 3.7 KB Updated

File contents

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

jadegate/jadegate/tree/main/skills/json-data-transform commit 3483a564dc

Frequently asked questions

npx skillmds@latest add jadegate/json-data-transform