[jQuery] jQuery and JSON

[jQuery] jQuery and JSON


Hello.
jQuery provides AJAX API that can parse JSON. For example, $.getJSON.
Does jQuery proviede API that parse JSON (without AJAX)? I need
functions parse() and stringify(). Do I have to download particular
library for that purpose?