process_json_response: Process JSON response
Description
Processes JSON response from API and extracts announcements.
Usage
process_json_response(content_text, verbose = TRUE)
Value
Data frame with announcements or NULL if error.
Arguments
- content_text
Response text.
- verbose
Show detailed information.