[jQuery] string to JSON and back

[jQuery] string to JSON and back


Is there a clever way to do JSON encoding and decoding in jQuery
without AJAX and without a form? Does all the serialization in jQuery
imply transmission via AJAX?
All I want is object -> string and string -> object.