:
: 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?

-Hoss

Reply via email to