[jQuery] Correct way to read JSON string
hi,
what is the correct way in jQuery to decode = deserialize a JSON
string? jQuery itself can obviously do it as it can formulate and read
JSON via Ajax. But i seemingly can't find a callable in jQuery that
allows me to decode JSON without issuing an HTTP request. That is
strange to me.
Can you help?
_wolf