Resolve PHP json decode error: Difference between revisions

Jump to navigation Jump to search
m
(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>

Navigation menu