15.09.2014 Views

JSON

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>JSON</strong>Request<br />

function done(requestNr, value, exception) {<br />

...<br />

}<br />

var request =<br />

<strong>JSON</strong>Request.post(url, data, done);<br />

var request =<br />

<strong>JSON</strong>Request.get(url, done);<br />

• No messing with headers.<br />

• No cookies.<br />

• No implied authentication.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!