<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tochka &#187; JSON</title>
	<atom:link href="http://tochka.co.uk/tag/json/feed" rel="self" type="application/rss+xml" />
	<link>http://tochka.co.uk</link>
	<description>Another blog about web technologies</description>
	<lastBuildDate>Wed, 25 Jan 2012 18:47:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>JSONRequest Proposal</title>
		<link>http://tochka.co.uk/2007/01/jsonrequest-proposal.html</link>
		<comments>http://tochka.co.uk/2007/01/jsonrequest-proposal.html#comments</comments>
		<pubDate>Mon, 29 Jan 2007 17:34:41 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://tochka.co.uk/web-dev/71/jsonrequest-proposal/</guid>
		<description><![CDATA[Douglas Crockford of Yahoo, a pioneer of JSON, presented “JSON: The X in Ajax” at The Ajax Experience Tuesday afternoon. In the presentation, Douglas discussed his proposal for native support of a new JavaScript object named JSONRequest. The object would &#8230; <a href="http://tochka.co.uk/2007/01/jsonrequest-proposal.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Douglas Crockford of Yahoo, a pioneer of <a href="http://www.json.org/" onclick="pageTracker._trackPageview('/outgoing/www.json.org/?referer=');">JSON</a>, presented “JSON: The X in Ajax” at <a href="http://www.theajaxexperience.com/" onclick="pageTracker._trackPageview('/outgoing/www.theajaxexperience.com/?referer=');">The Ajax Experience</a> Tuesday afternoon.</p>
<p>In the presentation, Douglas discussed his proposal for native support of a new JavaScript object named JSONRequest. The object would provide a simple API for issuing Ajax requests to exchange JSON data using the following methods:<br />
<code><br />
var request = JSONRequest.post(url, data, callbackFn);<br />
var request = JSONRequest.get(url, callbackFn);<br />
</code></p>
<p>Other key points about the proposed object included:</p>
<ul>
<li>Requests are transmitted in order</li>
<li>Requests can have timeouts</li>
<li>Requests can be cancelled</li>
<li>Connections are in addition to the browser’s ordinary two connections per host</li>
</ul>
<p>Douglas has published <a href="http://www.json.org/JSONRequest.html" onclick="pageTracker._trackPageview('/outgoing/www.json.org/JSONRequest.html?referer=');">more information</a> about his proposal.  The object itself is also available <a href="http://www.json.org/json.js" onclick="pageTracker._trackPageview('/outgoing/www.json.org/json.js?referer=');">for download</a>.</p>
<p align="right"><strong>source: <a href="http://ajaxian.com/by/topic/json/" onclick="pageTracker._trackPageview('/outgoing/ajaxian.com/by/topic/json/?referer=');">ajaxian.com</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://tochka.co.uk/2007/01/jsonrequest-proposal.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

