<?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>Jython Journeys &#187; json</title>
	<atom:link href="http://jython.xhaus.com/tag/json/feed/" rel="self" type="application/rss+xml" />
	<link>http://jython.xhaus.com</link>
	<description>Notes about my work with jython and python</description>
	<lastBuildDate>Tue, 01 Dec 2009 19:37:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Announce: jyson, a pure java JSON codec for jython.</title>
		<link>http://jython.xhaus.com/announce-jyson-a-pure-java-json-codec-for-jython/</link>
		<comments>http://jython.xhaus.com/announce-jyson-a-pure-java-json-codec-for-jython/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 22:19:15 +0000</pubDate>
		<dc:creator>alan.kennedy</dc:creator>
				<category><![CDATA[jython]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[web technology]]></category>

		<guid isPermaLink="false">http://jython.xhaus.com/?p=83</guid>
		<description><![CDATA[I&#8217;m delighted to announce the publication of jyson, a fast codec for JavaScript Object Notation (JSON), a lightweight and easy-to-use data interchange format.

As you may know, JSON is used extensively in modern web development, particularly to communicate data between servers and clients in Rich Internet Applications, or Web 2.0 applications. JSON is commonly the preferred [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m delighted to announce the publication of <a href="http://jyson.xhaus.com">jyson</a>, a fast codec for <a href="http://json.org">JavaScript Object Notation (JSON)</a>, a lightweight and easy-to-use data interchange format.</p>
<p><span id="more-83"></span></p>
<p>As you may know, JSON is used extensively in modern web development, particularly to communicate data between servers and clients in <a href="http://en.wikipedia.org/wiki/Rich_Internet_application">Rich Internet Applications</a>, or <a href="http://en.wikipedia.org/wiki/Web_2.0">Web 2.0</a> applications. JSON is commonly the preferred choice for data interchange between clients and servers which use a <a href="http://en.wikipedia.org/wiki/Representational_State_Transfer">Respresentational State Transfer</a> (REST) based architecture.</p>
<p>JSON is often the preferred choice because it is a <a href="http://www.json.org/fatfree.html">fat free alternative to XML</a>. Although we use XML all the time, we fully recognise that it be both complex to work with and inefficient to generate and parse. JSON, on the other hand, is both simple and fast.</p>
<p>Jyson is written in pure java, and should be highly performant. So, if you&#8217;re using jython and JSON, we recommend you check out <a href="http://jyson.xhaus.com">jyson</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jython.xhaus.com/announce-jyson-a-pure-java-json-codec-for-jython/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
