14,958
edits
(Created page with " == Syntax error, malformed JSON == Possible causes * the input is empty or multiple white spaces * the input contains Byte order mark (BOM)<ref>[https://blog.longwin.com....") |
|||
| Line 15: | Line 15: | ||
Solution: | Solution: | ||
* Remove control character | * Remove control character. Using PHP: | ||
<pre> | <pre> | ||