Re: [PHP] json_decode mistery
[email protected] (tamouse mailing lists)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CAHUC_t8ENAZD0-2g_oZTvSd2zxmpY8OKz2c2SXuMdT+-pHNbBw@mail.gmail.com> |
On Sat, May 25, 2013 at 3:14 AM, tamouse mailing lists <[email protected]> wrote: > On Fri, May 24, 2013 at 2:06 AM, Radek Krejča <[email protected]> wrote: >> {"result_ok":true,"result_message":null,"client_name":"Radek Krej\u010da"} > > How odd -- when i run that through json_decode, it works fine: Which I now see was what the second part was about. Perhaps there is actually something in $decrypted_data that is not legal JSON data that doesn't appear when you echo it?