Posts by Jaime • 1 point
1 post
-
0
votes3
answers3638
viewsA: json_decode returns null
In my case this method helped me json_decode(preg_replace('/[\x00-\x1F\x80-\xFF]/', '', $output));
1 post
0
votes3
answers3638
viewsIn my case this method helped me json_decode(preg_replace('/[\x00-\x1F\x80-\xFF]/', '', $output));