Posts Tagged ‘JSON’

Don’t use eval() for reading JSON from untrusted sites

Wednesday, November 1st, 2006

Use a JSON parser instead, like this one at http://www.json.org/json.js/

Why? it protects you against malicious servers feeding you bad bad code…