During a JSON parsing operation, a runtime exception was thrown because the parser encountered an illegal unquoted character—a control character with code 10. This character must be escaped with a backslash to be included in a string value. The error message identifies the exact location of the issue at line 1, column 608 of the source JSON. The exception originates from the Jackson library, specifically the JsonParseException class, and is reported within a RuntimeException wrapper. The stack trace indicates that the source is redacted, and the INCLUDE_SOURCE_IN_LOCATION feature is disabled, preventing the full context from being displayed. The error should be addressed by correcting the JSON format to escape the problematic character.
© Ministry of the Armed Forces (France).
The text is licensed under the Etalab Licence Ouverte v2.0 – the same licence that applies to the majority of the site’s content (https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf).
This article is a summary of content originally published by the Ministry of the Armed Forces.
Full text can be viewed at:
Made by AI. If you spot anything of concern write us at contact@cybach.com. We’ll promptly correct irregularities.