Is JSONRequest a global Javascript object ?

Posted by Anth0 on Stack Overflow See other posts from Stack Overflow or by Anth0
Published on 2010-05-10T10:06:35Z Indexed on 2010/05/10 10:14 UTC
Read the original article Hit count: 137

Filed under:
|

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 developper 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.

© Stack Overflow or respective owner

Related posts about JSON

Related posts about JavaScript