Invalid JSON : Invisible Chars? Invalid JSON : Invisible Chars? json json

Invalid JSON : Invisible Chars?


You have to escape this slash scldom\mgilbert like so scldom\\mgilbert.

To save yourself future trouble generating proper JSON, you can use PHP's json_encode() function.


This:

scldom\mgilbert

\m is invalid. Change it to \\m