JSON is not as safe as people think it is

JSON is not as safe as people think it is


Check this out:
http://getahead.org/blog/joe/2007/03/05/json_is_not_as_safe_as_people_think_it_is.html
Does jQuery use the eval() function on the json data? I think it
should parse the data and not eval() it.