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).