Is there a simple alternative to using json_decode function in php versions prior to 5.2? I am feeling lazy at this time of night and can't be bothered to update php yet. Cheers.

link|improve this question

70% accept rate
1  
Updating PHP is probably the distinctly less lazy solution. – Matchu Jul 8 '10 at 20:10
feedback

3 Answers

up vote 3 down vote accepted

You can find six alternatives at json.org

link|improve this answer
feedback

The comments for json_decode() include a few possible solutions.

Here's one that decodes by itself, and here's one that uses a PEAR module.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.