Class ResultParser

java.lang.Object
io.forgeai.jenkins.analyzers.ResultParser

public final class ResultParser extends Object
Parses the JSON response from any analyzer's LLM call into a structured AnalysisResult. Handles malformed JSON gracefully — if the LLM returns markdown fences or extra text, the parser strips them before attempting deserialization.