Bhola Meena's Tech Knowledge Backup
Thursday, October 31, 2019
valid json not parsable in PHP - solution
use below code
json_decode
(
preg_replace
(
'/[\x00-\x1F\x80-\xFF]/'
,
''
,
$json_string
),
true
);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment