2007/5/18, Chris Hostetter <[EMAIL PROTECTED]>:

:
: if u get null from json_decode($data),,,maybe ur $data have '@',,,,fix
way
: is replace it before u do json_decode
:
: i try json_encode with php and json_decode with php,,,,it is no problem
when
: i use '@'
:
: maybe it only happen encode(by java) and decode(by php)

this may be a bug in our JSONResonseWRiter ... is "@" a special character
in JSON that needs to be escaped?

I don't see anything about it in RFC 4627 (which seems to be the most
current JSON spec) so perhaps this is just a bug in the PHP json parser?


i try php with encode and decode. It works well although it has "@"

so i don't think it is php's bug

-Hoss




--
regards
jl

Reply via email to