Product Information > JADE Error Messages and System Messages > 11100 through 11199 - Jade REST Service Errors > 11115 - Invalid string value encountered in Json

11115   Invalid string value encountered in Json

Cause

This error occurs when the JSON script contains a badly‑formed string; for example, an invalid hexadecimal value, an invalid escape sequence \<c>, no trailing quote, or it is not followed by the expected delimiter.

Action

Fix the JSON construction in the calling client.