Bug #54010 [Opn]: json_decode can not handle data like {"A":0000}, but {"A":0} is fine
Edit report at http://bugs.php.net/bug.php?id=54010&edit=1 ID: 54010 User updated by:pan_yong_feng at hotmail dot com Reported by:pan_yong_feng at hotmail dot com Summary:json_decode can not handle data like {"A":}, but
[PHP-BUG] Bug #54010 [NEW]: json_decode can not handle data like {"A":0000}, but {"A":0} is fine
From: Operating system: Ubuntu PHP version: 5.3.5 Package: Apache2 related Bug Type: Bug Bug description:json_decode can not handle data like {"A":}, but {"A":0} is fine Description: I have json data to decode using php api: json_decode(), But