Don't use eval() for reading JSON from untrusted sites November 01, 2006 JSON 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…