A runtime exception was thrown during JSON parsing, indicating an illegal unquoted character (CTRL-CHAR, code 10) that must be escaped using a backslash to be included in a string value. The error originates from a JSON parsing error identified at line 1, column 588. The exception stack trace references a com.fasterxml.jackson.core.JsonParseException, which points to an issue with the JSON input that contains an unescaped newline or control character. The error suggests that the JSON source needs to be corrected by escaping the problematic character. Until the JSON is properly formatted, the parsing process will continue to fail and raise the same exception.
© European Central Bank, 2025.
Summary derived from the ECB website (https://www.ecb.europa.eu ).
https://www.ecb.europa.eu/pub/pdf/legal/ecb.leg_con_2025_37.en.pdf
Made by AI. If you spot anything of concern write us at contact@cybach.com. We’ll promptly correct irregularities.