jsonx-org / java

Reference implementation of the JSONx specification for the Java platform, including encoding, decoding, processing, validation, and binding.
https://www.jsonx.org/java/
MIT License
48 stars 14 forks source link

BadRequestExceptionMapper does not escape JSON string in error message #54

Closed safris closed 7 months ago

safris commented 7 months ago
Invalid JSON!
Error: Parse error on line 3:
...0,    "message": ""non-existing" is not
----------------------^
Expecting 'EOF', '}', ':', ',', ']', got 'undefined'