JSONRequest Extension for Firefox

Collin Jackson

2007-08-30

For a full description of JSONRequest, see the official JSONRequest proposal page on www.json.org.

Download

This browser extension exposes the JSONRequest communication API to web pages you visit. It has no visible user interface.

JSONRequest Extension for Firefox, version 1.0: Installer Source

Once you have tried it out, please send us feedback or write a review.

Example

This demonstration shows how JSONRequest can be used to contact a JSON data server.

We have provided a default JSON service json.php that will echo back the value of the "Domain" header and the escaped POST data (if any). You can also use a different URL pointing at some other JSONRequest server.

URL:
Timeout: (default 10000)
POST data: (must be valid JSON)