Question

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.

Was it helpful?

Solution

You can find six alternatives at json.org

OTHER TIPS

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

Here's one that decodes by itself (though you shouldn't use it since it uses eval()! Oops.), and here's one that uses a PEAR module.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top