My goal is to asynchronously call a URL via POST request (REST Webservice) to increment a statistic on one of my object.
I am a newby web developer and I discovered JSON yesterday. Since JSON seems a lot popular and handy I went to www.json.org and discovered a JSONRequest object which seems to able one to send POST/GET request asynchronously but I can't get it work.
Is it a global JavaScript object or do I need to add some files ? I am a little bit confused since I've found a Firefox plugin extension for JSONRequest but I don't understand its purpose.