jQuery actually has built-in methods for loading and parsing JSON.

Check out the $.getJSON method, which is actually a wrapper for the
$.ajax function with most parameters already handled for you.

http://docs.jquery.com/Ajax/jQuery.getJSON
http://docs.jquery.com/Ajax/jQuery.ajax

Chuck Harmston
http://chuckharmston.com




On Sun, May 31, 2009 at 2:20 PM, Chuck Harmston <ch...@chuckharmston.com> wrote:
> jQuery actually has built-in methods for loading and parsing JSON.
>
> Check out the $.getJSON method, which is actually a wrapper for the
> $.ajax function with most parameters already handled for you.
>
> http://docs.jquery.com/Ajax/jQuery.getJSON
> http://docs.jquery.com/Ajax/jQuery.ajax
>
> Chuck Harmston
> http://chuckharmston.com
>
>
> On Sun, May 31, 2009 at 1:36 PM, Peter Marino <marino.pe...@gmail.com> wrote:
>> Hi jQuery,
>> I've just found out the existence of json... and apparently there should be
>> a jquery json script somewhere..
>> where? think it's called jquery.json.js I would like to download it from the
>> site that created it.
>> regards,
>> Peter
>> --
>> Power Tumbling - http://www.powertumbling.dk
>> OSG-Help - http://osghelp.com
>>
>

Reply via email to