Timeline for json_decode() problems in PHP
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 6, 2011 at 13:44 | vote | accept | Community Bot | ||
| Dec 6, 2011 at 13:32 | answer | added | Flukey | timeline score: 1 | |
| Dec 6, 2011 at 13:25 | comment | added | Treffynnon | Make sure line returns are escaped (I have not investigated in this is the actual issue in this case): stackoverflow.com/a/8353806/461813 | |
| Dec 6, 2011 at 13:24 | comment | added | user137621 |
Unfortunately this is third party. I have tried replacing all the hex values, but it still fails. Will look into json_last_error() now.
|
|
| Dec 6, 2011 at 13:23 | comment | added | alex | JSONLint says you have a parse error on line 82. | |
| Dec 6, 2011 at 13:23 | comment | added | Mike B |
Using json_last_error() I got int(4) which points to JSON_ERROR_SYNTAX Syntax error. Hope it helps
|
|
| Dec 6, 2011 at 13:22 | comment | added | chiborg |
Wow, that is a big chunk of data. Have you tried reducing the amount of data until you don't get nullback? You can try cutting it in half, checking both halves. Then each quarter, etc.
|
|
| Dec 6, 2011 at 13:21 | answer | added | Valhallen | timeline score: 0 | |
| Dec 6, 2011 at 13:19 | history | asked | user137621 | CC BY-SA 3.0 |