Need help debugging a huge chunk of JSON data...
- by meder
I have a huge chunk, so large that I can't manually edit the file and need to read it in and do regex operations to see what's wrong.
Basically - my server is PHP 5.1.6 and I can't update it. This features an older json_decode which is less featured than the 5.2/5.3 versions.
json_decode returns NULL and json_last_error is being invoked but the…