Handling malformed JSON in PHP

前端 未结 5 810
时光取名叫无心
时光取名叫无心 2021-01-12 01:58

I\'m trying to write a php script that handles data from a webservice that delivers \"json\" as a string. The problem is the string isn\'t really json; it\'s javascript. Spe

5条回答
  •  既然无缘
    2021-01-12 02:30

    Ok. try to use this. http://pear.php.net/pepr/pepr-proposal-show.php?id=198 I just check your string

提交回复
热议问题