Home >Backend Development >PHP Tutorial > 请教这个字符串符合json标准格式吗

请教这个字符串符合json标准格式吗

WBOY
WBOYOriginal
2016-06-13 12:48:05808browse

请问这个字符串符合json标准格式吗?
{"success":"1","data":{"config_file_time":"1366698693","job_id":"100002"}}


------解决方案--------------------
符合的 。。
------解决方案--------------------
print_r(json_decode($s,true));
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn