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