Wednesday, August 19, 2009

One misconception that I've seen a few times while browsing around is the idea that function calls (and with it, circular data structures) are JSON. They are Javascript, and they work in browsers when using eval. But they won't work with JSON parsers, which are being built into the latest browsers, and are faster and safer than eval.

No comments:

Post a Comment