JSON Key Extract
Inputs: json_data (ANY dict), key (STRING) → Output: value (ANY). Searches top‑level keys first; if not found, searches nested dicts/lists for the key.
JSON Pretty Print
Inputs: json_data (ANY) → Output: pretty_json (STRING).
Pick fields from JSON and map them through your flow.
Inputs: json_data (ANY dict), key (STRING) → Output: value (ANY). Searches top‑level keys first; if not found, searches nested dicts/lists for the key.
Inputs: json_data (ANY) → Output: pretty_json (STRING).