Is it possible to parse the nested JSON structure of a Genesys Cloud v2.analytics.conversation.aggregate event

Is it possible to efficiently extract the metrics array from a v2.analytics.conversation.aggregate EventBridge payload without hitting a timeout during high-volume ingestion? The JSON nesting depth for groupBy intervals exceeds standard recursive parsers in my Node.js consumer, causing OOM errors when processing responseMetrics for large date ranges.