Hi Alex,

maybe this tutorial can give you a start:
http://www.prodevtips.com/2008/08/15/jquery-json-with-php-json_encode-and-json_decode/

Personally, I use the script from here:
http://www.json.org/js.html

But I don't think you really need an extra parser - $.getJSON should
already parse the response text...

Good luck!
Mickster

On Oct 13, 4:21 pm, Alex Weber <[EMAIL PROTECTED]> wrote:
> first off, i dont get the difference between using $.ajax, $.post or
> $.get instead since the concept is the same afaik: you send a request
> and receive a response.  the only difference in this case is that the
> response would be a JSON object... right?
>
> anyway... i've managed to generate tons of JSON objects of all sorts
> but haven't been able to come up with a decent parser thats not uber
> specific to each case...
>
> does anyone have any tips or a more generic kind of jQuery JSON parser
> and some help on how to put it all together?
>
> thanks!!
>
> -Alex

Reply via email to