标签: php json mime-types content-type urlencode
验证字符串是否为JSON的典型方法如下。 application/x-www-form-urlencoded内容是否有类似的解决方案?
application/x-www-form-urlencoded
$data=json_decode($string); if(json_last_error()) //Not valid JSON